When a for-of loop creates a per-iteration lexical environment for let/const declarations, push a LeaveLexicalEnvironment boundary so that continue/break/return properly restores the lexical environment. The for-in codegen already did this but for-of was missing it. |
||
|---|---|---|
| .. | ||
| basic_block.rs | ||
| codegen.rs | ||
| ffi.rs | ||
| generator.rs | ||
| instruction.rs | ||
| mod.rs | ||
| operand.rs | ||