Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h364 auto xStr = static_cast<EcmaString *>(x.GetTaggedObject()); in SameValueZero() local
1499 inline bool JSTaggedValue::StringCompare(EcmaString *xStr, EcmaString *yStr) in StringCompare()