Home
last modified time | relevance | path

Searched refs:yType (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_compare_op.cpp180 JSType yType = right.GetTaggedObject()->GetClass()->GetObjectType(); in EqualWithIC() local
182 if (xType == yType) { in EqualWithIC()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_tagged_value.cpp560 JSType yType = y.GetTaggedValue().GetTaggedObject()->GetClass()->GetObjectType(); in EqualHeapObject() local
561 if (xType == yType) { in EqualHeapObject()

Completed in 4 milliseconds