Lines Matching +defs:global +defs:set +defs:key

651   auto key = isolate->factory()->promise_status_symbol();  in IsPromise()  local
4570 Handle<String> key = in AppendUniqueCallbacks() local
4581 Handle<Name> key(Name::cast(entry->name())); in AppendUniqueCallbacks() local
5560 Handle<Name> key(descs->GetKey(i)); in MigrateFastToSlow() local
5743 Handle<Name> key(Name::cast(k), isolate); in MigrateSlowToFast() local
5998 Object* JSObject::GetHiddenProperty(Handle<Name> key) { in GetHiddenProperty()
6021 Handle<Name> key, in SetHiddenProperty()
6056 void JSObject::DeleteHiddenProperty(Handle<JSObject> object, Handle<Name> key) { in DeleteHiddenProperty()
6341 Handle<Object> key; in ToPropertyKey() local
6362 Handle<Object> key, in DefineProperty()
6473 Handle<Object> key, in DefineOwnProperty()
6498 Handle<Object> key, in OrdinaryDefineOwnProperty()
7079 Handle<Object> key, in DefineOwnProperty()
7227 Handle<Object> key, in GetOwnPropertyDescriptor()
7426 Object* key = in ReferencesObjectFromElements() local
7451 Object* key = SlowReverseLookup(obj); in ReferencesObject() local
7585 Handle<Object> key(keys->get(i), isolate); in SetIntegrityLevel() local
7594 Handle<Object> key(keys->get(i), isolate); in SetIntegrityLevel() local
7627 Handle<Object> key(keys->get(i), isolate); in TestIntegrityLevel() local
8510 Object* key = descs->GetKey(i); in GetFastEnumPropertyKeys() local
8876 Object* key = target_nonconfigurable_keys->get(i); in OwnPropertyKeys() local
8895 Object* key = target_configurable_keys->get(i); in OwnPropertyKeys() local
9400 Name* key = TransitionArray::GetKey(transitions, i); in TraceAllTransitions() local
10053 Name* key = desc->GetKey(i); in CopyUpToAddAttributes() local
10105 Handle<Name> key = descriptor->GetKey(); in CopyReplaceDescriptor() local
10205 Object* key = cache->get(i); in UpdateDefaultCache() local
10274 Object* key = cache->get(i + kCodeCacheEntryNameOffset); in LookupDefaultCache() local
10388 CodeCacheHashTableKey key(handle(name), flags); in Lookup() local
10397 CodeCacheHashTableKey key(name, code); in Put() local
10413 CodeCacheHashTableKey key(handle(name), flags); in GetIndex() local
10553 PolymorphicCodeCacheHashTableKey key(maps, code_kind); in Lookup() local
10565 PolymorphicCodeCacheHashTableKey key(maps, code_kind); in Put() local
15774 Object* key = dictionary->KeyAt(i); in BestFittingFastElementsKind() local
16422 Name* key = descs->GetKey(i); in CollectOwnPropertyNames() local
17084 int NameDictionaryBase<Derived, Shape>::FindEntry(Handle<Name> key) { in FindEntry()
17126 Key key) { in Rehash()
17160 Key key, in EntryForProbe()
17195 void HashTable<Derived, Shape, Key>::Rehash(Key key) { in Rehash()
17231 Key key, in EnsureCapacity()
17272 Key key) { in Shrink()
17489 uint32_t key = NumberToUint32(k); in PrepareSlowElementsForSort() local
17706 void JSGlobalObject::InvalidatePropertyCell(Handle<JSGlobalObject> global, in InvalidatePropertyCell()
17718 Handle<JSGlobalObject> global, Handle<Name> name) { in EnsurePropertyCell()
17788 uint32_t HashForObject(Object* key) override { in HashForObject()
17821 InternalizedStringKey key(string); in LookupStringIfExists() local
17838 TwoCharHashTableKey key(c1, c2, isolate->heap()->HashSeed()); in LookupTwoCharsStringIfExists() local
17862 InternalizedStringKey key(string); in LookupString() local
17867 Handle<String> StringTable::LookupKey(Isolate* isolate, HashTableKey* key) { in LookupKey()
17895 String* StringTable::LookupKeyIfExists(Isolate* isolate, HashTableKey* key) { in LookupKeyIfExists()
17908 StringSharedKey key(src, shared, language_mode, RelocInfo::kNoPosition); in Lookup() local
17923 StringSharedKey key(src, outer_info, language_mode, scope_position); in LookupEval() local
17936 RegExpKey key(src, flags); in LookupRegExp() local
17948 StringSharedKey key(src, shared, language_mode, RelocInfo::kNoPosition); in Put() local
17976 StringSharedKey key(src, outer_info, value->language_mode(), scope_position); in PutEval() local
18002 RegExpKey key(src, flags); in PutRegExp() local
18179 Handle<Derived> dictionary, int n, Key key) { in EnsureCapacity()
18206 Handle<Derived> dictionary, Key key, Handle<Object> value) { in AtPut()
18230 Key key, in Add()
18247 Key key, in AddEntry()
18270 void SeededNumberDictionary::UpdateMaxNumberKey(uint32_t key, in UpdateMaxNumberKey()
18296 Handle<SeededNumberDictionary> dictionary, uint32_t key, in AddNumberEntry()
18306 uint32_t key, in AddNumberEntry()
18314 Handle<SeededNumberDictionary> dictionary, uint32_t key, in AtNumberPut()
18323 uint32_t key, in AtNumberPut()
18330 Handle<SeededNumberDictionary> dictionary, uint32_t key, in Set()
18347 uint32_t key, in Set()
18517 Object* ObjectHashTable::Lookup(Isolate* isolate, Handle<Object> key, in Lookup()
18528 Object* ObjectHashTable::Lookup(Handle<Object> key) { in Lookup()
18543 Object* ObjectHashTable::Lookup(Handle<Object> key, int32_t hash) { in Lookup()
18549 Handle<Object> key, in Put()
18563 Handle<Object> key, in Put()
18587 Handle<Object> key, in Remove()
18602 Handle<Object> key, in Remove()
18619 void ObjectHashTable::AddEntry(int entry, Object* key, Object* value) { in AddEntry()
18633 Object* WeakHashTable::Lookup(Handle<HeapObject> key) { in Lookup()
18643 Handle<HeapObject> key, in Put()
18746 Handle<Derived> table, Handle<Object> key) { in HasKey()
18759 Handle<Object> key) { in Add()
18803 Object* key = table->KeyAt(old_entry); in Rehash() local
18976 void JSSet::Initialize(Handle<JSSet> set, Isolate* isolate) { in Initialize()
18982 void JSSet::Clear(Handle<JSSet> set) { in Clear()
19010 Handle<Object> key, Handle<Object> value, in Set()
19027 Handle<Object> key, int32_t hash) { in Delete()