Generate the right opcode for this parse node. bug 349283, r=brendan

This commit is contained in:
mrbkap%gmail.com 2006-08-19 06:12:29 +00:00
Родитель a156a8e82a
Коммит 106d1e6d81
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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;