Searched refs:LookupKeyIfExists (Results 1 – 3 of 3) sorted by relevance
289 String* canonical = StringTable::LookupKeyIfExists(isolate_, &key); in PostProcessNewObject()340 DCHECK_NULL(StringTable::LookupKeyIfExists(isolate, &key)); in CommitPostProcessedObjects()
3520 static String* LookupKeyIfExists(Isolate* isolate, HashTableKey* key);
17376 String* StringTable::LookupKeyIfExists(Isolate* isolate, HashTableKey* key) { in LookupKeyIfExists() function in v8::internal::StringTable