Fix inline specialization of PushOff for array comprehensions (349650, r=mrbkap/sayrer).

git-svn-id: svn://10.0.0.236/trunk@208707 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
brendan%mozilla.org 2006-08-29 16:52:27 +00:00
parent 7bf41f9d39
commit a976f2ea1c

View File

@ -1882,6 +1882,7 @@ Decompile(SprintStack *ss, jsbytecode *pc, intN nb)
if (todo < 0)
return JS_FALSE;
ss->offsets[ss->top-1] = todo;
ss->sprinter.offset += PAREN_SLOP;
DECOMPILE_CODE(pc + oplen, tail - oplen);
} else {
js_printf(jp, "\t%s in %s) {\n", lval, rval);