Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_compare_op.cpp188 JSType yType = right.GetTaggedObject()->GetClass()->GetObjectType(); in EqualWithIC() local
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.cpp237 JSType yType = y.GetTaggedValue().GetTaggedObject()->GetClass()->GetObjectType(); in Equal() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h664 GateRef CircuitBuilder::TypedBinaryOp(GateRef x, GateRef y, GateType xType, GateType yType, GateTyp… in TypedBinaryOp()