Home
last modified time | relevance | path

Searched refs:SubArrayList (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_arraylist_test.cpp445 HWTEST_F_L0(JSAPIArrayListTest, SubArrayList) in HWTEST_F_L0() argument
458 JSAPIArrayList::SubArrayList(thread, arrayList, fromIndexValue, toIndexValue); in HWTEST_F_L0()
475 JSAPIArrayList::SubArrayList(thread, arrayList, smallIndexValue, zeroIndexValue); in HWTEST_F_L0()
479 JSAPIArrayList::SubArrayList(thread, arrayList, bigIndexValue, zeroIndexValue); in HWTEST_F_L0()
483 JSAPIArrayList::SubArrayList(thread, arrayList, zeroIndexValue, zeroIndexValue); in HWTEST_F_L0()
487 JSAPIArrayList::SubArrayList(thread, arrayList, zeroIndexValue, smallIndexValue); in HWTEST_F_L0()
491 JSAPIArrayList::SubArrayList(thread, arrayList, zeroIndexValue, bigIndexValue); in HWTEST_F_L0()
499 JSAPIArrayList::SubArrayList(thread, arrayList, fromIndexValue0, toIndexValue0); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_arraylist.h46 static JSTaggedValue SubArrayList(EcmaRuntimeCallInfo *argv);
Dcontainers_arraylist.cpp518 JSTaggedValue ContainersArrayList::SubArrayList(EcmaRuntimeCallInfo *argv) in SubArrayList() function in panda::ecmascript::containers::ContainersArrayList
521 BUILTINS_API_TRACE(argv->GetThread(), ArrayList, SubArrayList); in SubArrayList()
556 JSAPIArrayList::SubArrayList(thread, JSHandle<JSAPIArrayList>::Cast(self), value1, value2); in SubArrayList()
Dcontainers_private.cpp311 …SetFrozenFunction(thread, prototype, "subArrayList", ContainersArrayList::SubArrayList, FuncLength… in InitializeArrayList()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_arraylist_test.cpp156 JSTaggedValue result = ContainersArrayList::SubArrayList(callInfo); in ArrayListSubArrayList()
230 HWTEST_F_L0(ContainersArrayListTest, SubArrayList) in HWTEST_F_L0() argument
397 CONTAINERS_API_TYPE_MISMATCH_EXCEPTION_TEST(ContainersArrayList, SubArrayList); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_arraylist.h58 static JSTaggedValue SubArrayList(JSThread *thread, const JSHandle<JSAPIArrayList> &arrayList,
Djs_api_arraylist.cpp305 JSTaggedValue JSAPIArrayList::SubArrayList(JSThread *thread, const JSHandle<JSAPIArrayList> &arrayL… in SubArrayList() function in panda::ecmascript::JSAPIArrayList
/arkcompiler/ets_runtime/test/fuzztest/arraylist_fuzzer/
Darraylist_fuzzer.cpp906 ContainersArrayList::SubArrayList(callInfo); in ArrayListSubArrayListFuzzTest()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h966 V(ArrayList, SubArrayList) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp732 reinterpret_cast<uintptr_t>(ArrayList::SubArrayList),