зеркало из https://github.com/mozilla/pjs.git
In the decompiler, skip over JSOP_RESUME after JSOP_NEW/CALL/EVAL/SETCALL (457824, r=brendan).
This commit is contained in:
Родитель
49a17cef4c
Коммит
75676f588b
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче