summaryrefslogtreecommitdiffstats
path: root/js/src/wasm/WasmModuleTypes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/wasm/WasmModuleTypes.cpp')
-rw-r--r--js/src/wasm/WasmModuleTypes.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/src/wasm/WasmModuleTypes.cpp b/js/src/wasm/WasmModuleTypes.cpp
index fdd968a614..8fc4effb5f 100644
--- a/js/src/wasm/WasmModuleTypes.cpp
+++ b/js/src/wasm/WasmModuleTypes.cpp
@@ -49,6 +49,8 @@ bool CacheableName::fromUTF8Chars(const char* utf8Chars, CacheableName* name) {
return true;
}
+BranchHintVector BranchHintCollection::invalidVector;
+
JSAtom* CacheableName::toAtom(JSContext* cx) const {
return AtomizeUTF8Chars(cx, begin(), length());
}