Searched refs:newDictionary (Results 1 – 2 of 2) sorted by relevance
34 JSHandle<CjsModuleCache> newDictionary(HashTable::GrowHashTable(thread, dictionary)); in PutIfAbsentAndReset() local38 entry = newDictionary->FindInsertIndex(hash); in PutIfAbsentAndReset()39 newDictionary->SetEntry(thread, entry, key, value); in PutIfAbsentAndReset()40 newDictionary->IncreaseEntries(thread); in PutIfAbsentAndReset()42 return newDictionary; in PutIfAbsentAndReset()
52 JSHandle<TransitionsDictionary> newDictionary(HashTableT::GrowHashTable(thread, dictionary)); in PutIfAbsent() local54 entry = newDictionary->FindInsertIndex(hash); in PutIfAbsent()56 newDictionary->SetEntry(thread, entry, key.GetTaggedValue(), val, metaData.GetTaggedValue()); in PutIfAbsent()58 newDictionary->IncreaseEntries(thread); in PutIfAbsent()59 return newDictionary; in PutIfAbsent()