- Don't emit dead code after Throw for UsingDeclaration in for-of LHS assignment. Guard loop body generation with is_current_block_terminated() in both for-in and for-of. - Add LeaveLexicalEnvironment boundary tracking to for-loop per-iteration environment management, so that perform_needed_unwinds correctly emits SetLexicalEnvironment before Throw instructions inside the loop body. |
||
|---|---|---|
| .. | ||
| bytecode | ||
| parser | ||
| ast.rs | ||
| ast_dump.rs | ||
| lexer.rs | ||
| lib.rs | ||
| parser.rs | ||
| scope_collector.rs | ||
| token.rs | ||