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:
parent
7bf41f9d39
commit
a976f2ea1c
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user