Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/tests/
Darray_helper_test.cpp99 JSHandle<JSTaggedValue> lengthValue(thread, JSTaggedValue(100.0)); in HWTEST_F_L0() local
133 JSHandle<JSTaggedValue> lengthValue(thread, JSTaggedValue(10.0)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_array_iterator.cpp67 auto lengthValue = JSTaggedValue::ToLength(thread, lengthProperty.GetValue()); in NextInternal() local
Djs_function.cpp311 uint32_t lengthValue = 0; in LengthGetter() local
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_array_iterator.cpp75 auto lengthValue = in NextInternal() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp229 double lengthValue = 0.0; in FunctionPrototypeBindInternal() local
Dbuiltins_shared_array.cpp1213 JSHandle<JSTaggedValue> lengthValue(thread, JSTaggedValue(0)); in PopInner() local
Dbuiltins_array.cpp1610 JSHandle<JSTaggedValue> lengthValue(thread, JSTaggedValue(0)); in Pop() local
Dbuiltins_regexp.cpp898 auto lengthValue = JSTaggedValue::ToLength(thread, thisIndexHandle); in GetLastIndex() local