Home
last modified time | relevance | path

Searched defs:valueY (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dtest_common.h77 JSHandle<JSTaggedValue> valueY = BuiltinsBase::GetCallArg(argv, 1); in TestCompareFunction() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_date_time_format.cpp281 JSTaggedNumber valueY = JSTaggedValue::ToNumber(thread, endDate); in FormatRange() local
324 JSTaggedNumber valueY = JSTaggedValue::ToNumber(thread, endDate); in FormatRangeToParts() local
Dbuiltins_math.cpp171 double valueY = numberValueY.GetNumber(); in Atan2() local
619 double valueY = exponentValue->GetNumber(); in Pow() local
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp146 … const JSHandle<JSTaggedValue> &valueX, const JSHandle<JSTaggedValue> &valueY) in SortCompare()
223 const JSHandle<JSTaggedValue> &valueY) in StringSortCompare()
/arkcompiler/ets_runtime/ecmascript/
Dtagged_tree.cpp341 const JSHandle<JSTaggedValue> valueY, JSHandle<Derived> tree) in EntryCompare()
Dtagged_tree.h344 const JSHandle<JSTaggedValue> valueY) in OrdinayEntryCompare()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_treeset_test.cpp79 JSHandle<JSTaggedValue> valueY = GetCallArg(argv, 1); in TestCompareFunction() local
Dcontainers_treemap_test.cpp82 JSHandle<JSTaggedValue> valueY = GetCallArg(argv, 1); in TestCompareFunction() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp4030 JSHandle<EcmaString> valueY(thread, y); in DEF_RUNTIME_STUBS() local