Home
last modified time | relevance | path

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

/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.cpp90 JSHandle<GlobalDictionary> newDict = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp656 …JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread, dict, propKey, propValue, a… in BuildDictionaryProperties() local
880 JSHandle<NameDictionary> newDict = in FilterDuplicatedKeys() local
923 JSHandle<NameDictionary> newDict = in BuildSendableDictionaryProperties() local
934 …JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread, dict, propKey, propValue, a… in BuildSendableDictionaryProperties() local
985 … JSHandle<NameDictionary> newDict = NameDictionary::Put(thread, dict, key, value, attributes); in AddFieldTypeToDict() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_fast_operator-inl.h651 JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread, in SetJsonPropertyByName() local
1030 JSHandle<NameDictionary> newDict = in AddPropertyByName() local
1063 JSHandle<NameDictionary> newDict = in AddPropertyByName() local
Djs_object.cpp220 …JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread, dict, keyHandle, valueHandl… in TransitionToDictionary() local
263 …JSHandle<NumberDictionary> newDict = NumberDictionary::PutIfAbsent(thread, dict, key, valueHandle,… in ElementsToDictionary() local
418 JSHandle<ecmascript::NameDictionary> newDict = in SetSProperties() local
498 JSHandle<NumberDictionary> newDict = in AddElementInternal() local
534 JSHandle<GlobalDictionary> newDict = GlobalDictionary::Remove(thread, dictHandle, index); in DeletePropertyInternal() local
544 JSHandle<NameDictionary> newDict = NameDictionary::Remove(thread, dictHandle, entry); in DeletePropertyInternal() local
550 JSHandle<NameDictionary> newDict = NameDictionary::Remove(thread, dictHandle, index); in DeletePropertyInternal() local
3002 …JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread, dict, keyHandle, valueHandl… in CreateObjectFromProperties() local
Djs_array.cpp295 … JSHandle<NumberDictionary> newDict = NumberDictionary::Remove(thread, dictHandle, entry); in SetCapacity() local
754 JSHandle<NumberDictionary> newDict = \ in FastConcatDictionaryArray() local
Djs_hclass.cpp1810 JSHandle<NameDictionary> newDict = NameDictionary::Put(thread, dict, key, value, attr); in CreateSDictLayout() local
1820 JSHandle<NameDictionary> newDict = NameDictionary::Put( in CreateSDictLayout() local
1828 JSHandle<NameDictionary> newDict = in CreateSDictLayout() local
Dobject_operator.cpp962 … JSHandle<NumberDictionary> newDict = NumberDictionary::Remove(thread_, dictHandle, GetIndex()); in DeleteElementInHolder() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp402 JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread_, dict, propKey, in CreateSJsonObject() local
485 JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread_, dict, propKey, in CreateSJsonMap() local