| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_arraylist_test.cpp | 445 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/ |
| D | containers_arraylist.h | 46 static JSTaggedValue SubArrayList(EcmaRuntimeCallInfo *argv);
|
| D | containers_arraylist.cpp | 518 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()
|
| D | containers_private.cpp | 311 …SetFrozenFunction(thread, prototype, "subArrayList", ContainersArrayList::SubArrayList, FuncLength… in InitializeArrayList()
|
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| D | containers_arraylist_test.cpp | 156 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/ |
| D | js_api_arraylist.h | 58 static JSTaggedValue SubArrayList(JSThread *thread, const JSHandle<JSAPIArrayList> &arrayList,
|
| D | js_api_arraylist.cpp | 305 JSTaggedValue JSAPIArrayList::SubArrayList(JSThread *thread, const JSHandle<JSAPIArrayList> &arrayL… in SubArrayList() function in panda::ecmascript::JSAPIArrayList
|
| /arkcompiler/ets_runtime/test/fuzztest/arraylist_fuzzer/ |
| D | arraylist_fuzzer.cpp | 906 ContainersArrayList::SubArrayList(callInfo); in ArrayListSubArrayListFuzzTest()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 966 V(ArrayList, SubArrayList) \
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot_processor.cpp | 732 reinterpret_cast<uintptr_t>(ArrayList::SubArrayList),
|