ladybird/Libraries/LibJS/Rust
Andreas Kling fdcb2cdd94 LibJS/Rust: Create for-of loop blocks before evaluating iterable
Match the C++ pipeline's block creation order by creating end_block
and update_block before evaluating the for-of RHS expression. This
ensures loop structure blocks get lower block numbers than blocks
created during RHS evaluation (e.g. from conditional expressions),
producing the same block layout as C++.
2026-03-01 21:20:54 +01:00
..
src LibJS/Rust: Create for-of loop blocks before evaluating iterable 2026-03-01 21:20:54 +01:00
build.rs Meta: Add 'cargo clippy -- -D clippy::all' to lint-ci.sh 2026-02-24 16:35:51 +01:00
Cargo.toml LibJs/Rust: Migrate to edition 2024 2026-02-24 16:35:51 +01:00