Home
last modified time | relevance | path

Searched defs:yValue (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_number.h156 double yValue = y.GetNumber(); in SameValue() local
Djs_tagged_value-inl.h358 double yValue = y.ExtractNumber(); in SameValueZero() local
377 double yValue = y.ExtractNumber(); in SameValueNumberic() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_collator.cpp140 JSHandle<EcmaString> yValue = JSTaggedValue::ToString(thread, y); in AnonymousCollator() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2998 JSHandle<JSTaggedValue> yValue = JSNApiHelper::ToJSHandle(value); in IsStrictEquals() local