Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp36 auto doClamp = [length](auto fromIndexValue) -> int64_t { in GetStartIndex()
55 … double fromIndexValue = base::NumberHelper::TruncateDouble(fromIndexTemp.GetNumber()); // NaN -> 0 in GetStartIndex() local
74 auto doClamp = [length](auto fromIndexValue) -> int64_t { in GetLastStartIndex()
93 … double fromIndexValue = base::NumberHelper::TruncateDouble(fromIndexTemp.GetNumber()); // NaN -> 0 in GetLastStartIndex() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_arraylist_test.cpp397 JSHandle<JSTaggedValue> fromIndexValue(thread, JSTaggedValue(formIndex)); in HWTEST_F_L0() local
491 JSHandle<JSTaggedValue> fromIndexValue(thread, JSTaggedValue(formIndex)); in HWTEST_F_L0() local