| Index: src/objects/string-table.h
|
| diff --git a/src/objects/string-table.h b/src/objects/string-table.h
|
| index f2ecb55c604198bd5811a48631866cff7d2399c8..a827895e6a4d9a577d14ecea9508658bca0d100d 100644
|
| --- a/src/objects/string-table.h
|
| +++ b/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);
|
|
|
|
|