Home
last modified time | relevance | path

Searched defs:newDict (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_dictionary_test.cpp176 …JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread, dictHandle, key, value, met… in HWTEST_F_L0() local
329 JSHandle<NumberDictionary> newDict = in HWTEST_F_L0() local
Dglobal_dictionary_test.cpp117 JSHandle<GlobalDictionary> newDict = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_fast_operator-inl.h524 JSHandle<NameDictionary> newDict = in AddPropertyByName() local
542 JSHandle<NameDictionary> newDict = in AddPropertyByName() local
Djs_object.cpp180 …JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread, dict, keyHandle, valueHandl… in TransitionToDictionary() local
215 …JSHandle<NumberDictionary> newDict = NumberDictionary::PutIfAbsent(thread, dict, key, valueHandle,… in ElementsToDictionary() local
261 JSHandle<NumberDictionary> newDict = in AddElementInternal() local
291 JSHandle<GlobalDictionary> newDict = GlobalDictionary::Remove(thread, dictHandle, index); in DeletePropertyInternal() local
306 JSHandle<NameDictionary> newDict = NameDictionary::Remove(thread, dictHandle, entry); in DeletePropertyInternal() local
312 JSHandle<NameDictionary> newDict = NameDictionary::Remove(thread, dictHandle, index); in DeletePropertyInternal() local
2173 …JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread, dict, keyHandle, valueHandl… in CreateObjectFromProperties() local
Djs_array.cpp201 … JSHandle<NumberDictionary> newDict = NumberDictionary::Remove(thread, dictHandle, entry); in SetCapacity() local
Dobject_operator.cpp696 … JSHandle<NumberDictionary> newDict = NumberDictionary::Remove(thread_, dictHandle, GetIndex()); in DeleteElementInHolder() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp559 …JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread, dict, propKey, propValue, a… in BuildDictionaryProperties() local