зеркало из https://github.com/mozilla/gecko-dev.git
Fold constants correctly when emitting as we compile (TCF_COMPILING).
(#69304, r=jband, sr=brendan)
This commit is contained in:
Родитель
de95d1077f
Коммит
9d74dff12a
|
@ -840,7 +840,7 @@ Statements(JSContext *cx, JSTokenStream *ts, JSTreeContext *tc)
|
|||
*/
|
||||
tc->flags &= ~TCF_RETURN_EXPR;
|
||||
}
|
||||
if (!js_FoldConstants(cx, pn, tc) ||
|
||||
if (!js_FoldConstants(cx, pn2, tc) ||
|
||||
!js_AllocTryNotes(cx, (JSCodeGenerator *)tc) ||
|
||||
!js_EmitTree(cx, (JSCodeGenerator *)tc, pn2)) {
|
||||
tt = TOK_ERROR;
|
||||
|
|
Загрузка…
Ссылка в новой задаче