| /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 | 90 JSHandle<GlobalDictionary> newDict = in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 656 …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/ |
| D | object_fast_operator-inl.h | 651 JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread, in SetJsonPropertyByName() local 1030 JSHandle<NameDictionary> newDict = in AddPropertyByName() local 1063 JSHandle<NameDictionary> newDict = in AddPropertyByName() local
|
| D | js_object.cpp | 220 …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
|
| D | js_array.cpp | 295 … JSHandle<NumberDictionary> newDict = NumberDictionary::Remove(thread, dictHandle, entry); in SetCapacity() local 754 JSHandle<NumberDictionary> newDict = \ in FastConcatDictionaryArray() local
|
| D | js_hclass.cpp | 1810 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
|
| D | object_operator.cpp | 962 … JSHandle<NumberDictionary> newDict = NumberDictionary::Remove(thread_, dictHandle, GetIndex()); in DeleteElementInHolder() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_parser.cpp | 402 JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread_, dict, propKey, in CreateSJsonObject() local 485 JSHandle<NameDictionary> newDict = NameDictionary::PutIfAbsent(thread_, dict, propKey, in CreateSJsonMap() local
|