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

This commit is contained in:
brendan%mozilla.org 2006-08-29 16:52:27 +00:00
Родитель 8e848ea5a8
Коммит 21e7d7ddaf
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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);