Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Dtest_common.h76 JSHandle<JSTaggedValue> valueX = BuiltinsBase::GetCallArg(argv, 0); in TestCompareFunction() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_date_time_format.cpp276 JSTaggedNumber valueX = JSTaggedValue::ToNumber(thread, startDate); in FormatRange() local
319 JSTaggedNumber valueX = JSTaggedValue::ToNumber(thread, startDate); in FormatRangeToParts() local
Dbuiltins_math.cpp172 double valueX = numberValueX.GetNumber(); in Atan2() local
618 double valueX = baseVale->GetNumber(); in Pow() local
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp146const JSHandle<JSTaggedValue> &valueX, const JSHandle<JSTaggedValue> &valueY) in SortCompare()
222 double ArrayHelper::StringSortCompare(JSThread *thread, const JSHandle<JSTaggedValue> &valueX, in StringSortCompare()
/arkcompiler/ets_runtime/ecmascript/
Dtagged_tree.cpp340 …sonResult TaggedTree<Derived>::EntryCompare(JSThread *thread, const JSHandle<JSTaggedValue> valueX, in EntryCompare()
Dtagged_tree.h343 …static ComparisonResult OrdinayEntryCompare(JSThread *thread, const JSHandle<JSTaggedValue> valueX, in OrdinayEntryCompare()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_treeset_test.cpp78 JSHandle<JSTaggedValue> valueX = GetCallArg(argv, 0); in TestCompareFunction() local
Dcontainers_treemap_test.cpp81 JSHandle<JSTaggedValue> valueX = GetCallArg(argv, 0); in TestCompareFunction() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp4029 JSHandle<EcmaString> valueX(thread, x); in DEF_RUNTIME_STUBS() local