зеркало из https://github.com/mozilla/pjs.git
Unhide a crucial pop from the decompiler (379860, r=igor).
This commit is contained in:
Родитель
39de43d367
Коммит
787c4a5065
|
@ -5129,10 +5129,8 @@ js_EmitTree(JSContext *cx, JSCodeGenerator *cg, JSParseNode *pn)
|
||||||
GUARDJUMP(*stmt) = guardJump;
|
GUARDJUMP(*stmt) = guardJump;
|
||||||
|
|
||||||
/* Pop duplicated exception object as we no longer need it. */
|
/* Pop duplicated exception object as we no longer need it. */
|
||||||
if (js_NewSrcNote(cx, cg, SRC_HIDDEN) < 0 ||
|
if (js_Emit1(cx, cg, JSOP_POP) < 0)
|
||||||
js_Emit1(cx, cg, JSOP_POP) < 0) {
|
|
||||||
return JS_FALSE;
|
return JS_FALSE;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Emit the catch body. */
|
/* Emit the catch body. */
|
||||||
|
|
Загрузка…
Ссылка в новой задаче