| /arkcompiler/ets_runtime/ecmascript/ |
| D | global_index_map.cpp | 59 JSHandle<PointerToIndexDictionary> newDict = in InitGlobalConst() local 84 JSHandle<PointerToIndexDictionary> newDict = in InitGlobalEnv() local 108 JSHandle<PointerToIndexDictionary> newDict = in InitBuiltinEntries() local
|
| D | js_object.cpp | 205 …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
|
| D | object_fast_operator-inl.h | 923 JSHandle<NameDictionary> newDict = in AddPropertyByName() local 956 JSHandle<NameDictionary> newDict = in AddPropertyByName() local
|
| D | js_hclass.cpp | 1631 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
|
| D | js_array.cpp | 224 … JSHandle<NumberDictionary> newDict = NumberDictionary::Remove(thread, dictHandle, entry); in SetCapacity() local
|
| D | object_operator.cpp | 939 … JSHandle<NumberDictionary> newDict = NumberDictionary::Remove(thread_, dictHandle, GetIndex()); in DeleteElementInHolder() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | tagged_dictionary_test.cpp | 153 …JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread, dictHandle, key, value, met… in HWTEST_F_L0() local 306 JSHandle<NumberDictionary> newDict = in HWTEST_F_L0() local
|
| D | global_dictionary_test.cpp | 93 JSHandle<GlobalDictionary> newDict = in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 643 …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/ |
| D | json_parser.cpp | 398 JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread_, dict, propKey, in CreateSJsonObject() local 481 JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread_, dict, propKey, in CreateSJsonMap() local
|