Searched defs:newDict (Results 1 – 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | global_index_map.cpp | 58 JSHandle<PointerToIndexDictionary> newDict = in InitGlobalConst() local 83 JSHandle<PointerToIndexDictionary> newDict = in InitGlobalEnv() local 107 JSHandle<PointerToIndexDictionary> newDict = in InitBuiltinEntries() local
|
D | object_fast_operator-inl.h | 642 JSHandle<NameDictionary> newDict = in AddPropertyByName() local 669 JSHandle<NameDictionary> newDict = in AddPropertyByName() local
|
D | js_object.cpp | 209 …JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread, dict, keyHandle, valueHandl… in TransitionToDictionary() local 239 …JSHandle<NumberDictionary> newDict = NumberDictionary::PutIfAbsent(thread, dict, key, valueHandle,… in ElementsToDictionary() local 376 JSHandle<NumberDictionary> newDict = in AddElementInternal() local 408 JSHandle<GlobalDictionary> newDict = GlobalDictionary::Remove(thread, dictHandle, index); in DeletePropertyInternal() local 417 JSHandle<NameDictionary> newDict = NameDictionary::Remove(thread, dictHandle, entry); in DeletePropertyInternal() local 423 JSHandle<NameDictionary> newDict = NameDictionary::Remove(thread, dictHandle, index); in DeletePropertyInternal() local 2578 …JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread, dict, keyHandle, valueHandl… in CreateObjectFromProperties() local
|
D | js_array.cpp | 218 … JSHandle<NumberDictionary> newDict = NumberDictionary::Remove(thread, dictHandle, entry); in SetCapacity() local
|
D | object_operator.cpp | 884 … JSHandle<NumberDictionary> newDict = NumberDictionary::Remove(thread_, dictHandle, GetIndex()); in DeleteElementInHolder() local
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | class_info_extractor.cpp | 603 …JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread, dict, propKey, propValue, a… in BuildDictionaryProperties() local 787 JSHandle<NameDictionary> newDict = in FilterDuplicatedKeys() local 828 JSHandle<NameDictionary> newDict = in BuildSendableDictionaryProperties() local 842 …JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread, dict, propKey, propValue, a… in BuildSendableDictionaryProperties() local 895 … JSHandle<NameDictionary> newDict = NameDictionary::Put(thread, dict, key, value, attributes); in AddFieldTypeToDict() local
|
/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
|