Home
last modified time | relevance | path

Searched defs:arrayHandle (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
Darray_helper_test.cpp125 JSHandle<JSTaggedValue> arrayHandle(thread, handleArr); in HWTEST_F_L0() local
159 JSHandle<JSTaggedValue> arrayHandle(thread, handleArr); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dhuge_object_test.cpp82 JSHandle<TaggedArray> arrayHandle(thread, array); in HWTEST_F_L0() local
Dtagged_dictionary_test.cpp182 JSHandle<JSTaggedValue> arrayHandle(thread, in HWTEST_F_L0() local
334 JSHandle<JSTaggedValue> arrayHandle(thread, JSTaggedValue(9)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_plainarray_test.cpp161 JSHandle<JSAPIPlainArray> arrayHandle(thread, result); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h303 auto arrayHandle = JSHandle<TaggedArray>(thread, array); in StoreWithTransition() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1072 JSHandle<TaggedArray> arrayHandle(thread_, classLiteral->GetArray()); in FillSnapshotConstantPoolList() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp253 …JSHandle<TaggedArray> arrayHandle = GetHArg<TaggedArray>(argv, argc, 2); // 2: means the second … in DEF_RUNTIME_STUBS() local