In the decompiler, skip over JSOP_RESUME after JSOP_NEW/CALL/EVAL/SETCALL (457824, r=brendan).

This commit is contained in:
Andreas Gal 2008-09-30 21:09:14 -07:00
Родитель 49a17cef4c
Коммит 75676f588b
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -3522,6 +3522,8 @@ Decompile(SprintStack *ss, jsbytecode *pc, intN nb, JSOp nextop)
todo = Sprint(&ss->sprinter, "");
}
#endif
LOCAL_ASSERT(pc[len] == JSOP_RESUME);
len += JSOP_RESUME_LENGTH;
break;
case JSOP_DELNAME: