Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_number.h152 double xValue = x.GetNumber(); in SameValue() local
Djs_tagged_value-inl.h358 double xValue = x.ExtractNumber(); in SameValueZero() local
377 double xValue = x.ExtractNumber(); in SameValueNumberic() local
Djs_date_time_format.cpp653 double xValue = JSDate::TimeClip(x); in FormatDateTime() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_handler.cpp338const JSHandle<JSTaggedValue> &xValue) in PromiseResolve()
412 JSHandle<JSTaggedValue> xValue = GetCallArg(argv, 0); in AllSettledResolveElementFunction() local
526 JSHandle<JSTaggedValue> xValue = GetCallArg(argv, 0); in AnyRejectElementFunction() local
Dbuiltins_collator.cpp132 JSHandle<EcmaString> xValue = JSTaggedValue::ToString(thread, x); in AnonymousCollator() local
Dbuiltins_date_time_format.cpp198 double xValue = JSDate::TimeClip(x); in FormatToParts() local
Dbuiltins_promise.cpp254 JSHandle<JSTaggedValue> xValue = BuiltinsBase::GetCallArg(argv, 0); in Resolve() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2244 JSHandle<JSTaggedValue> xValue = JSNApiHelper::ToJSHandle(this); in IsStrictEquals() local