ladybird/Libraries/LibJS/Rust/src/bytecode
Andreas Kling 7602e030e7 LibJS/Rust: Push LeaveLexicalEnvironment boundary in for-of loops
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.
2026-03-01 21:20:54 +01:00
..
basic_block.rs
codegen.rs LibJS/Rust: Push LeaveLexicalEnvironment boundary in for-of loops 2026-03-01 21:20:54 +01:00
ffi.rs LibJs/Rust: Migrate to edition 2024 2026-02-24 16:35:51 +01:00
generator.rs LibJS/Rust: Restore unwind handler when trampolining through finally 2026-03-01 21:20:54 +01:00
instruction.rs
mod.rs
operand.rs LibJS/Rust: Cargo fmt on all source files 2026-02-24 16:35:51 +01:00