Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_date_time_format.cpp274 JSTaggedNumber valueX = JSTaggedValue::ToNumber(thread, startDate); in FormatRange() local
321 JSTaggedNumber valueX = JSTaggedValue::ToNumber(thread, startDate); in FormatRangeToParts() local
Dbuiltins_math.cpp173 double valueX = numberValueX.GetNumber(); in Atan2() local
597 double valueX = baseVale->GetNumber(); in Pow() local
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp58const JSHandle<JSTaggedValue> &valueX, const JSHandle<JSTaggedValue> &valueY) in SortCompare()
/arkcompiler/ets_runtime/ecmascript/
Dtagged_tree.h134 …inline static ComparisonResult EntryCompare(JSThread *thread, const JSHandle<JSTaggedValue> valueX, in EntryCompare()
376 …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/tests/
Dtagged_tree_test.cpp68 JSHandle<JSTaggedValue> valueX = GetCallArg(argv, 0); in TestCompareFunction() local