Searched refs:op_typeof (Results 1 – 7 of 7) sorted by relevance
83 macro(op_typeof, 3) \
652 case op_typeof: { in dump()
270 …RegisterID* emitTypeOf(RegisterID* dst, RegisterID* src) { return emitUnaryOp(op_typeof, dst, src)… in emitTypeOf()
872 if (m_lastOpcodeID == op_typeof) { in emitEqualityOp()
215 DEFINE_UNARY_OP(op_typeof) in privateCompileMainPass()
2704 DEFINE_STUB_FUNCTION(EncodedJSValue, op_typeof) in DEFINE_STUB_FUNCTION() argument
1827 DEFINE_OPCODE(op_typeof) { in privateExecute()