Home
last modified time | relevance | path

Searched defs:lengthValue (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
Darray_helper_test.cpp122 JSHandle<JSTaggedValue> lengthValue(thread, JSTaggedValue(100.0)); in HWTEST_F_L0() local
156 JSHandle<JSTaggedValue> lengthValue(thread, JSTaggedValue(10.0)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp176 double lengthValue = 0.0; in FunctionPrototypeBind() local
Dbuiltins_array.cpp1513 JSHandle<JSTaggedValue> lengthValue(thread, JSTaggedValue(0)); in Pop() local