Searched refs:op_throw (Results 1 – 9 of 9) sorted by relevance
186 macro(op_throw, 2) \
1190 case op_throw: { in dump()
316 DEFINE_OP(op_throw) in privateCompileMainPass()
3217 DEFINE_STUB_FUNCTION(void*, op_throw) in DEFINE_STUB_FUNCTION() argument
362 emitUnaryNoDstOp(op_throw, exc); in emitThrow()
4599 DEFINE_OPCODE(op_throw) { in privateExecute()
10356 …compile time are thrown at runtime. We currently do so using a op_new_error/op_throw bytecode pair.10357 …This is not ideal. op_throw is used for explicit user throw statements, and has different requirem…10913 … Change op_catch such that the new CallFrame value is returned from op_throw / vm_throw in regT0.
16739 (JSC::DEFINE_STUB_FUNCTION(EncodedJSValue, op_throw)):27986 Change the implementation of op_throw so the stub function always modifies its27989 for a unique return for every op_throw.
762 Change the implementation of op_throw so the stub function always modifies its765 for a unique return for every op_throw.37612 …ement op_new_error. Does not fix any tests as it is always followed by the unimplemented op_throw.