Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dglobal_index_map.cpp59 JSHandle<PointerToIndexDictionary> newDict = in InitGlobalConst() local
84 JSHandle<PointerToIndexDictionary> newDict = in InitGlobalEnv() local
108 JSHandle<PointerToIndexDictionary> newDict = in InitBuiltinEntries() local
Djs_object.cpp205 …JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread, dict, keyHandle, valueHandl… in TransitionToDictionary() local
241 …JSHandle<NumberDictionary> newDict = NumberDictionary::PutIfAbsent(thread, dict, key, valueHandle,… in ElementsToDictionary() local
355 JSHandle<ecmascript::NameDictionary> newDict = in SetSProperties() local
425 JSHandle<NumberDictionary> newDict = in AddElementInternal() local
461 JSHandle<GlobalDictionary> newDict = GlobalDictionary::Remove(thread, dictHandle, index); in DeletePropertyInternal() local
471 JSHandle<NameDictionary> newDict = NameDictionary::Remove(thread, dictHandle, entry); in DeletePropertyInternal() local
477 JSHandle<NameDictionary> newDict = NameDictionary::Remove(thread, dictHandle, index); in DeletePropertyInternal() local
2738 …JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread, dict, keyHandle, valueHandl… in CreateObjectFromProperties() local
Dobject_fast_operator-inl.h923 JSHandle<NameDictionary> newDict = in AddPropertyByName() local
956 JSHandle<NameDictionary> newDict = in AddPropertyByName() local
Djs_hclass.cpp1631 JSHandle<NameDictionary> newDict = NameDictionary::Put(thread, dict, key, value, attr); in CreateSDictLayout() local
1641 JSHandle<NameDictionary> newDict = NameDictionary::Put( in CreateSDictLayout() local
1649 JSHandle<NameDictionary> newDict = in CreateSDictLayout() local
Djs_array.cpp224 … JSHandle<NumberDictionary> newDict = NumberDictionary::Remove(thread, dictHandle, entry); in SetCapacity() local
Dobject_operator.cpp939 … JSHandle<NumberDictionary> newDict = NumberDictionary::Remove(thread_, dictHandle, GetIndex()); in DeleteElementInHolder() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_dictionary_test.cpp153 …JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread, dictHandle, key, value, met… in HWTEST_F_L0() local
306 JSHandle<NumberDictionary> newDict = in HWTEST_F_L0() local
Dglobal_dictionary_test.cpp93 JSHandle<GlobalDictionary> newDict = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp643 …JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread, dict, propKey, propValue, a… in BuildDictionaryProperties() local
825 JSHandle<NameDictionary> newDict = in FilterDuplicatedKeys() local
868 JSHandle<NameDictionary> newDict = in BuildSendableDictionaryProperties() local
879 …JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread, dict, propKey, propValue, a… in BuildSendableDictionaryProperties() local
911 … JSHandle<NameDictionary> newDict = NameDictionary::Put(thread, dict, key, value, attributes); in AddFieldTypeToDict() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp398 JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread_, dict, propKey, in CreateSJsonObject() local
481 JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread_, dict, propKey, in CreateSJsonMap() local