Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_collator.cpp134 JSHandle<EcmaString> xValue = JSTaggedValue::ToString(thread, x); in AnonymousCollator() local
H A Dbuiltins_date_time_format.cpp205 double xValue = JSDate::TimeClip(x); in FormatToParts() local
H A Dbuiltins_promise_handler.cpp418 JSHandle<JSTaggedValue> xValue = GetCallArg(argv, 0); in AllSettledResolveElementFunction() local
537 JSHandle<JSTaggedValue> xValue = GetCallArg(argv, 0); in AnyRejectElementFunction() local
338 PromiseResolve(JSThread *thread, const JSHandle<JSTaggedValue> &constructor, const JSHandle<JSTaggedValue> &xValue) PromiseResolve() argument
H A Dbuiltins_promise.cpp244 JSHandle<JSTaggedValue> xValue = BuiltinsBase::GetCallArg(argv, 0); in Resolve() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_tagged_number.h156 double xValue = x.GetNumber(); in SameValue() local
H A Djs_tagged_value.cpp609 int xValue = x.GetInt(); in IntLexicographicCompare() local
H A Djs_date_time_format.cpp926 double xValue = JSDate::TimeClip(x); in FormatDateTime() local
H A Djs_tagged_value-inl.h116 double xValue = x.ExtractNumber(); in SameValueZero() local
135 double xValue = x.ExtractNumber(); in SameValueNumberic() local
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp400 JSHandle<JSTaggedValue> xValue = JSNApiHelper::ToJSHandle(this); in IsStrictEquals() local

Completed in 25 milliseconds