Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Dglobal_index_map.cpp59 JSHandle<PointerToIndexDictionary> newDict = in InitGlobalConst() local
84 JSHandle<PointerToIndexDictionary> newDict = in InitGlobalEnv() local
108 JSHandle<PointerToIndexDictionary> newDict = in InitBuiltinEntries() local
H A Dobject_operator.cpp938 JSHandle<NumberDictionary> newDict = NumberDictionary::Remove(thread_, dictHandle, GetIndex()); in DeleteElementInHolder() local
H A Djs_array.cpp225 JSHandle<NumberDictionary> newDict = NumberDictionary::Remove(thread, dictHandle, entry); in SetCapacity() local
H A Dobject_fast_operator-inl.h924 JSHandle<NameDictionary> newDict = in AddPropertyByName() local
957 JSHandle<NameDictionary> newDict = in AddPropertyByName() local
H A Djs_hclass.cpp1634 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 Djs_object.cpp205 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 Dglobal_dictionary_test.cpp93 JSHandle<GlobalDictionary> newDict = in HWTEST_F_L0() local
H A Dtagged_dictionary_test.cpp153 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 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
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dclass_info_extractor.cpp642 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...]

Completed in 20 milliseconds