Searched defs:newDict (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | tagged_dictionary_test.cpp | 176 …JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread, dictHandle, key, value, met… in HWTEST_F_L0() local 329 JSHandle<NumberDictionary> newDict = in HWTEST_F_L0() local
|
D | global_dictionary_test.cpp | 117 JSHandle<GlobalDictionary> newDict = in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | object_fast_operator-inl.h | 524 JSHandle<NameDictionary> newDict = in AddPropertyByName() local 542 JSHandle<NameDictionary> newDict = in AddPropertyByName() local
|
D | js_object.cpp | 180 …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
|
D | js_array.cpp | 201 … JSHandle<NumberDictionary> newDict = NumberDictionary::Remove(thread, dictHandle, entry); in SetCapacity() local
|
D | object_operator.cpp | 696 … JSHandle<NumberDictionary> newDict = NumberDictionary::Remove(thread_, dictHandle, GetIndex()); in DeleteElementInHolder() local
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | class_info_extractor.cpp | 559 …JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread, dict, propKey, propValue, a… in BuildDictionaryProperties() local
|