| /arkcompiler/ets_runtime/ecmascript/ |
| H A 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
|
| H A D | object_operator.cpp | 938 JSHandle<NumberDictionary> newDict = NumberDictionary::Remove(thread_, dictHandle, GetIndex()); in DeleteElementInHolder() local
|
| H A D | js_array.cpp | 225 JSHandle<NumberDictionary> newDict = NumberDictionary::Remove(thread, dictHandle, entry); in SetCapacity() local
|
| H A D | object_fast_operator-inl.h | 924 JSHandle<NameDictionary> newDict = in AddPropertyByName() local 957 JSHandle<NameDictionary> newDict = in AddPropertyByName() local
|
| H A D | js_hclass.cpp | 1634 JSHandle<NameDictionary> newDict = NameDictionary::Put(thread, dict, key, value, attr); in CreateSDictLayout() local 1644 JSHandle<NameDictionary> newDict = NameDictionary::Put( in CreateSDictLayout() local 1652 JSHandle<NameDictionary> newDict = in CreateSDictLayout() local
|
| H A D | js_object.cpp | 205 JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread, dict, keyHandle, valueHandle, attr); in TransitionToDictionary() local 241 JSHandle<NumberDictionary> newDict = NumberDictionary::PutIfAbsent(thread, dict, key, valueHandle, attr); 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); DeletePropertyInternal() local 477 JSHandle<NameDictionary> newDict = NameDictionary::Remove(thread, dictHandle, index); DeletePropertyInternal() local 2750 JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread, dict, keyHandle, valueHandle, attr); CreateObjectFromProperties() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | global_dictionary_test.cpp | 93 JSHandle<GlobalDictionary> newDict = in HWTEST_F_L0() local
|
| H A D | tagged_dictionary_test.cpp | 153 JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread, dictHandle, key, value, metaData); in HWTEST_F_L0() local 306 JSHandle<NumberDictionary> newDict = in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A 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
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| H A D | class_info_extractor.cpp | 642 JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread, dict, propKey, propValue, attributes); in BuildDictionaryProperties() local 856 JSHandle<NameDictionary> newDict = in FilterDuplicatedKeys() local 899 JSHandle<NameDictionary> newDict = in BuildSendableDictionaryProperties() local 910 JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread, dict, propKey, propValue, attributes); in BuildSendableDictionaryProperties() local 942 JSHandle<NameDictionary> newDict = NameDictionary::Put(thread, dict, key, value, attributes); in AddFieldTypeToDict() local [all...] |