summaryrefslogtreecommitdiff
path: root/deps/v8/src/objects/string-table.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/objects/string-table.h')
-rw-r--r--deps/v8/src/objects/string-table.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/v8/src/objects/string-table.h b/deps/v8/src/objects/string-table.h
index f2ecb55c60..a827895e6a 100644
--- a/deps/v8/src/objects/string-table.h
+++ b/deps/v8/src/objects/string-table.h
@@ -58,6 +58,7 @@ class StringTable
Isolate* isolate, Handle<String> str);
MUST_USE_RESULT static MaybeHandle<String> LookupTwoCharsStringIfExists(
Isolate* isolate, uint16_t c1, uint16_t c2);
+ static Object* LookupStringIfExists_NoAllocate(String* string);
static void EnsureCapacityForDeserialization(Isolate* isolate, int expected);