Searched defs:dictHandle (Results 1 – 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | tagged_dictionary_test.cpp | 87 JSMutableHandle<NameDictionary> dictHandle(thread, dictJShandle); in HWTEST_F_L0() local 132 JSHandle<NameDictionary> dictHandle(NameDictionary::Create(thread, numOfElement)); in HWTEST_F_L0() local 163 … JSMutableHandle<NameDictionary> dictHandle(thread, NameDictionary::Create(thread, numOfElement)); in HWTEST_F_L0() local 221 JSMutableHandle<NumberDictionary> dictHandle(thread, dictJShandle); in HWTEST_F_L0() local 264 JSHandle<NumberDictionary> dictHandle = NumberDictionary::Create(thread, numOfElement); in HWTEST_F_L0() local 296 JSHandle<NumberDictionary> dictHandle = NumberDictionary::Create(thread, numOfElement); in HWTEST_F_L0() local 322 …JSMutableHandle<NumberDictionary> dictHandle(thread, NumberDictionary::Create(thread, numOfElement… in HWTEST_F_L0() local
|
D | linked_hash_table_test.cpp | 84 JSHandle<LinkedHashMap> dictHandle = LinkedHashMap::Create(thread, numOfElement); in HWTEST_F_L0() local 162 JSHandle<LinkedHashMap> dictHandle = LinkedHashMap::Create(thread, numOfElement); in HWTEST_F_L0() local 225 JSHandle<LinkedHashMap> dictHandle = LinkedHashMap::Create(thread, numOfElement); in HWTEST_F_L0() local
|
D | global_dictionary_test.cpp | 225 JSMutableHandle<GlobalDictionary> dictHandle(thread, handleDict); in HWTEST_F_L0() local 266 JSMutableHandle<GlobalDictionary> dictHandle(thread, handleDict); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | global_dictionary-inl.h | 191 …alDictionary::InvalidatePropertyBox(JSThread *thread, const JSHandle<GlobalDictionary> &dictHandle… in InvalidatePropertyBox() 205 …ctionary::InvalidateAndReplaceEntry(JSThread *thread, const JSHandle<GlobalDictionary> &dictHandle, in InvalidateAndReplaceEntry()
|
D | object_operator.cpp | 409 JSHandle<GlobalDictionary> dictHandle(thread_, receiver->GetProperties()); in TransitionForAttributeChanged() local 705 JSHandle<NumberDictionary> dictHandle(thread_, elements); in DeleteElementInHolder() local
|
D | js_array.cpp | 189 JSHandle<NumberDictionary> dictHandle(thread, element); in SetCapacity() local
|
D | js_object.cpp | 290 JSHandle<GlobalDictionary> dictHandle(thread, obj->GetProperties()); in DeletePropertyInternal() local 303 JSHandle<NameDictionary> dictHandle(TransitionToDictionary(thread, obj)); in DeletePropertyInternal() local 311 JSHandle<NameDictionary> dictHandle(array); in DeletePropertyInternal() local
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.cpp | 250 JSHandle<NameDictionary> dictHandle(JSObject::TransitionToDictionary(thread, objHandle)); in DEF_RUNTIME_STUBS() local 254 …JSHandle<NameDictionary> dictHandle(thread, JSTaggedValue(reinterpret_cast<TaggedObject *>(array))… in DEF_RUNTIME_STUBS() local
|