Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_number.h155 double xValue = x.GetNumber(); in SameValue() local
Djs_tagged_value-inl.h367 double xValue = x.ExtractNumber(); in SameValueZero() local
386 double xValue = x.ExtractNumber(); in SameValueNumberic() local
Djs_tagged_value.cpp302 int xValue = x.GetInt(); in IntLexicographicCompare() local
Djs_date_time_format.cpp804 double xValue = JSDate::TimeClip(x); in FormatDateTime() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_handler.cpp344const JSHandle<JSTaggedValue> &xValue) in PromiseResolve()
422 JSHandle<JSTaggedValue> xValue = GetCallArg(argv, 0); in AllSettledResolveElementFunction() local
541 JSHandle<JSTaggedValue> xValue = GetCallArg(argv, 0); in AnyRejectElementFunction() local
Dbuiltins_collator.cpp137 JSHandle<EcmaString> xValue = JSTaggedValue::ToString(thread, x); in AnonymousCollator() local
Dbuiltins_date_time_format.cpp204 double xValue = JSDate::TimeClip(x); in FormatToParts() local
Dbuiltins_promise.cpp256 JSHandle<JSTaggedValue> xValue = BuiltinsBase::GetCallArg(argv, 0); in Resolve() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp331 JSHandle<JSTaggedValue> xValue = JSNApiHelper::ToJSHandle(this); in IsStrictEquals() local