mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Fix bogus assertion (350253, DEBUG-only fix).
This commit is contained in:
parent
822415306c
commit
08472c75f4
@ -3683,7 +3683,7 @@ AssignExpr(JSContext *cx, JSTokenStream *ts, JSTreeContext *tc)
|
||||
#endif
|
||||
#if JS_HAS_LVALUE_RETURN
|
||||
case TOK_LP:
|
||||
JS_ASSERT(pn->pn_op == JSOP_CALL || pn->pn_op == JSOP_EVAL);
|
||||
JS_ASSERT(pn2->pn_op == JSOP_CALL || pn2->pn_op == JSOP_EVAL);
|
||||
pn2->pn_op = JSOP_SETCALL;
|
||||
break;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user