Searched defs:dictHandle (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | tagged_dictionary_test.cpp | 63 JSMutableHandle<NameDictionary> dictHandle(thread, dictJShandle); in HWTEST_F_L0() local 108 JSHandle<NameDictionary> dictHandle(NameDictionary::Create(thread, numOfElement)); in HWTEST_F_L0() local 139 … JSMutableHandle<NameDictionary> dictHandle(thread, NameDictionary::Create(thread, numOfElement)); in HWTEST_F_L0() local 198 JSMutableHandle<NumberDictionary> dictHandle(thread, dictJShandle); in HWTEST_F_L0() local 241 JSHandle<NumberDictionary> dictHandle = NumberDictionary::Create(thread, numOfElement); in HWTEST_F_L0() local 273 JSHandle<NumberDictionary> dictHandle = NumberDictionary::Create(thread, numOfElement); in HWTEST_F_L0() local 299 …JSMutableHandle<NumberDictionary> dictHandle(thread, NumberDictionary::Create(thread, numOfElement… in HWTEST_F_L0() local
|
| D | linked_hash_table_test.cpp | 60 JSHandle<LinkedHashMap> dictHandle = LinkedHashMap::Create(thread, numOfElement); in HWTEST_F_L0() local 138 JSHandle<LinkedHashMap> dictHandle = LinkedHashMap::Create(thread, numOfElement); in HWTEST_F_L0() local 201 JSHandle<LinkedHashMap> dictHandle = LinkedHashMap::Create(thread, numOfElement); in HWTEST_F_L0() local
|
| D | global_dictionary_test.cpp | 198 JSMutableHandle<GlobalDictionary> dictHandle(thread, handleDict); in HWTEST_F_L0() local 239 JSMutableHandle<GlobalDictionary> dictHandle(thread, handleDict); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | global_dictionary-inl.h | 211 …alDictionary::InvalidatePropertyBox(JSThread *thread, const JSHandle<GlobalDictionary> &dictHandle… in InvalidatePropertyBox() 220 …ctionary::InvalidateAndReplaceEntry(JSThread *thread, const JSHandle<GlobalDictionary> &dictHandle, in InvalidateAndReplaceEntry()
|
| D | object_operator.cpp | 631 JSHandle<GlobalDictionary> dictHandle(thread_, receiver->GetProperties(thread_)); in TransitionForAttributeChanged() local 961 JSHandle<NumberDictionary> dictHandle(thread_, elements); in DeleteElementInHolder() local
|
| D | js_array.cpp | 283 JSHandle<NumberDictionary> dictHandle(thread, element); in SetCapacity() local
|
| D | js_object.cpp | 531 JSHandle<GlobalDictionary> dictHandle(thread, obj->GetProperties(thread)); in DeletePropertyInternal() local 540 JSHandle<NameDictionary> dictHandle(TransitionToDictionary(thread, obj)); in DeletePropertyInternal() local 549 JSHandle<NameDictionary> dictHandle(array); in DeletePropertyInternal() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 418 JSHandle<NameDictionary> dictHandle(JSObject::TransitionToDictionary(thread, objHandle)); in DEF_RUNTIME_STUBS() local 423 …JSHandle<NameDictionary> dictHandle(thread, JSTaggedValue(reinterpret_cast<TaggedObject *>(array))… in DEF_RUNTIME_STUBS() local
|