Home
last modified time | relevance | path

Searched defs:toIndexValue (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_arraylist_test.cpp375 JSHandle<JSTaggedValue> toIndexValue(thread, JSTaggedValue(toIndex)); in HWTEST_F_L0() local
435 JSHandle<JSTaggedValue> toIndexValue(thread, JSTaggedValue(3)); // 3: end index in HWTEST_F_L0() local
479 JSHandle<JSTaggedValue> toIndexValue(thread, JSTaggedValue(toIndex)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp535 JSTaggedType toIndexValue = GetTArg(argv, argc, 4); // 4: means the three parameter in DEF_RUNTIME_STUBS() local