зеркало из https://github.com/mozilla/pjs.git
Fix inline specialization of PushOff for array comprehensions (349650, r=mrbkap/sayrer).
This commit is contained in:
Родитель
8e848ea5a8
Коммит
21e7d7ddaf
|
@ -1882,6 +1882,7 @@ Decompile(SprintStack *ss, jsbytecode *pc, intN nb)
|
||||||
if (todo < 0)
|
if (todo < 0)
|
||||||
return JS_FALSE;
|
return JS_FALSE;
|
||||||
ss->offsets[ss->top-1] = todo;
|
ss->offsets[ss->top-1] = todo;
|
||||||
|
ss->sprinter.offset += PAREN_SLOP;
|
||||||
DECOMPILE_CODE(pc + oplen, tail - oplen);
|
DECOMPILE_CODE(pc + oplen, tail - oplen);
|
||||||
} else {
|
} else {
|
||||||
js_printf(jp, "\t%s in %s) {\n", lval, rval);
|
js_printf(jp, "\t%s in %s) {\n", lval, rval);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче