Fix ancient bug that suppressed parenthesization of set-element rhs (352022, r=mrbkap).

This commit is contained in:
brendan%mozilla.org 2006-09-10 09:10:17 +00:00
Родитель 44f8da352a
Коммит 26e3938ac1
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2438,8 +2438,8 @@ Decompile(SprintStack *ss, jsbytecode *pc, intN nb)
break;
case JSOP_SETELEM:
op = JSOP_NOP; /* turn off parens */
rval = POP_STR();
op = JSOP_NOP; /* turn off parens */
xval = POP_STR();
op = saveop;
lval = POP_STR();