зеркало из https://github.com/mozilla/pjs.git
Generate the right opcode for this parse node. bug 349283, r=brendan
This commit is contained in:
Родитель
a156a8e82a
Коммит
106d1e6d81
|
@ -3284,6 +3284,7 @@ Statement(JSContext *cx, JSTokenStream *ts, JSTreeContext *tc)
|
|||
return NULL;
|
||||
|
||||
pn1->pn_type = TOK_LEXICALSCOPE;
|
||||
pn1->pn_op = JSOP_LEAVEBLOCK;
|
||||
pn1->pn_pos = tc->blockNode->pn_pos;
|
||||
pn1->pn_atom = atom;
|
||||
pn1->pn_expr = tc->blockNode;
|
||||
|
|
Загрузка…
Ссылка в новой задаче