Searched defs:arrayHandle (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | array_helper_test.cpp | 125 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/ |
| D | huge_object_test.cpp | 82 JSHandle<TaggedArray> arrayHandle(thread, array); in HWTEST_F_L0() local
|
| D | tagged_dictionary_test.cpp | 182 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/ |
| D | containers_plainarray_test.cpp | 161 JSHandle<JSAPIPlainArray> arrayHandle(thread, result); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_runtime_stub-inl.h | 303 auto arrayHandle = JSHandle<TaggedArray>(thread, array); in StoreWithTransition() local
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_manager.cpp | 1072 JSHandle<TaggedArray> arrayHandle(thread_, classLiteral->GetArray()); in FillSnapshotConstantPoolList() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 253 …JSHandle<TaggedArray> arrayHandle = GetHArg<TaggedArray>(argv, argc, 2); // 2: means the second … in DEF_RUNTIME_STUBS() local
|