Searched refs:op_typeof (Results 1 – 7 of 7) sorted by relevance
87 macro(op_typeof, 3) \
679 case op_typeof: { in dump()
207 DEFINE_UNARY_OP(op_typeof) in privateCompileMainPass()
3266 DEFINE_STUB_FUNCTION(EncodedJSValue, op_typeof) in DEFINE_STUB_FUNCTION() argument
306 …RegisterID* emitTypeOf(RegisterID* dst, RegisterID* src) { return emitUnaryOp(op_typeof, dst, src)… in emitTypeOf()
1036 if (m_lastOpcodeID == op_typeof) { in emitEqualityOp()
2150 DEFINE_OPCODE(op_typeof) { in privateExecute()2160 vPC += OPCODE_LENGTH(op_typeof); in privateExecute()