[JAEGER] Added JSOP_THROW.

This commit is contained in:
David Anderson
2010-06-08 18:45:42 -07:00
parent 9a0c52fc65
commit 1e65e3f507
3 changed files with 18 additions and 0 deletions

View File

@@ -870,6 +870,12 @@ mjit::Compiler::generateMethod()
frame.pushSynced();
END_CASE(JSOP_SETNAME)
BEGIN_CASE(JSOP_THROW)
prepareStubCall();
stubCall(stubs::Throw, Uses(1), Defs(0));
frame.pop();
END_CASE(JSOP_THROW)
BEGIN_CASE(JSOP_LINENO)
END_CASE(JSOP_LINENO)