Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dglobal_index_map.cpp58 JSHandle<PointerToIndexDictionary> newDict = in InitGlobalConst() local
83 JSHandle<PointerToIndexDictionary> newDict = in InitGlobalEnv() local
107 JSHandle<PointerToIndexDictionary> newDict = in InitBuiltinEntries() local
Dobject_fast_operator-inl.h642 JSHandle<NameDictionary> newDict = in AddPropertyByName() local
669 JSHandle<NameDictionary> newDict = in AddPropertyByName() local
Djs_object.cpp209 …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
Djs_array.cpp218 … JSHandle<NumberDictionary> newDict = NumberDictionary::Remove(thread, dictHandle, entry); in SetCapacity() local
Dobject_operator.cpp884 … JSHandle<NumberDictionary> newDict = NumberDictionary::Remove(thread_, dictHandle, GetIndex()); in DeleteElementInHolder() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp603 …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/
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