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. |
||
|---|---|---|
| .. | ||
| src | ||
| build.rs | ||
| Cargo.toml | ||