Home
last modified time | relevance | path

Searched refs:toIndexValue (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_api_arraylist_test.cpp374 JSHandle<JSTaggedValue> toIndexValue(thread, JSTaggedValue(toIndex)); in HWTEST_F_L0()
377 JSAPIArrayList::RemoveByRange(thread, arrayList, fromIndexValue, toIndexValue); in HWTEST_F_L0()
456 JSHandle<JSTaggedValue> toIndexValue(thread, JSTaggedValue(toIndex)); in HWTEST_F_L0()
458 JSAPIArrayList::SubArrayList(thread, arrayList, fromIndexValue, toIndexValue); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp508 JSTaggedType toIndexValue = GetTArg(argv, argc, 4); // 4: means the three parameter in DEF_RUNTIME_STUBS() local
509 int32_t toIndex = JSTaggedNumber(JSTaggedValue(toIndexValue)).GetNumber(); in DEF_RUNTIME_STUBS()

Completed in 11 milliseconds