Introducing interpreter run scopes.

JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
Ruben Ayrapetyan
2015-06-02 17:04:18 +03:00
parent 712f8b0c9a
commit 8433df3097
9 changed files with 110 additions and 28 deletions
+2 -1
View File
@@ -2022,9 +2022,10 @@ parse_with_statement (void)
push_nesting (NESTING_WITH);
dump_with (expr);
opcode_counter_t with_begin_oc = dump_with_for_rewrite (expr);
skip_newlines ();
parse_statement ();
rewrite_with (with_begin_oc);
dump_with_end ();
pop_nesting (NESTING_WITH);