зеркало из https://github.com/mozilla/pjs.git
Fixed bogus assertion (349818).
This commit is contained in:
Родитель
797b78dfb7
Коммит
2ac6931a92
|
@ -3227,7 +3227,8 @@ Statement(JSContext *cx, JSTokenStream *ts, JSTreeContext *tc)
|
|||
return pn;
|
||||
|
||||
/* Let expressions require automatic semicolon insertion. */
|
||||
JS_ASSERT(pn->pn_op == JSOP_LEAVEBLOCKEXPR);
|
||||
JS_ASSERT(pn->pn_type == TOK_SEMI ||
|
||||
pn->pn_op == JSOP_LEAVEBLOCKEXPR);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче