Home
last modified time | relevance | path

Searched refs:op_throw (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecode/
DOpcode.h186 macro(op_throw, 2) \
DCodeBlock.cpp1190 case op_throw: { in dump()
/external/webkit/Source/JavaScriptCore/jit/
DJIT.cpp316 DEFINE_OP(op_throw) in privateCompileMainPass()
DJITStubs.cpp3217 DEFINE_STUB_FUNCTION(void*, op_throw) in DEFINE_STUB_FUNCTION() argument
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.h362 emitUnaryNoDstOp(op_throw, exc); in emitThrow()
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp4599 DEFINE_OPCODE(op_throw) { in privateExecute()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-1610356 …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.
DChangeLog-2010-05-2416739 (JSC::DEFINE_STUB_FUNCTION(EncodedJSValue, op_throw)):
27986 Change the implementation of op_throw so the stub function always modifies its
27989 for a unique return for every op_throw.
DChangeLog-2009-06-16762 Change the implementation of op_throw so the stub function always modifies its
765 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.