Home
last modified time | relevance | path

Searched refs:newDictionary (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module_cache.cpp34 JSHandle<CjsModuleCache> newDictionary(HashTable::GrowHashTable(thread, dictionary)); in PutIfAbsentAndReset() local
38 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()
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp52 JSHandle<TransitionsDictionary> newDictionary(HashTableT::GrowHashTable(thread, dictionary)); in PutIfAbsent() local
54 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()