[JAEGER] Added JSOP_OBJTOSTR.

This commit is contained in:
David Anderson
2010-06-05 15:20:36 -07:00
parent 27e880c125
commit 7672a676ca
5 changed files with 27 additions and 0 deletions

View File

@@ -706,6 +706,10 @@ mjit::Compiler::generateMethod()
BEGIN_CASE(JSOP_TRACE)
END_CASE(JSOP_TRACE)
BEGIN_CASE(JSOP_OBJTOSTR)
jsop_objtostr();
END_CASE(JSOP_OBJTOSTR)
BEGIN_CASE(JSOP_GETGLOBAL)
jsop_getglobal(GET_SLOTNO(PC));
END_CASE(JSOP_GETGLOBAL)