[JAEGER] Implement JSOP_POS.

This commit is contained in:
David Anderson
2010-07-02 18:09:12 -07:00
parent 9ca3c7715d
commit 67eff2ed20

View File

@@ -655,6 +655,10 @@ mjit::Compiler::generateMethod()
}
END_CASE(JSOP_NEG)
BEGIN_CASE(JSOP_POS)
jsop_pos();
END_CASE(JSOP_POS)
BEGIN_CASE(JSOP_TYPEOF)
BEGIN_CASE(JSOP_TYPEOFEXPR)
jsop_typeof();