Home
last modified time | relevance | path

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

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