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
..
2026-02-23 12:15:23 +01:00
2026-02-26 18:31:57 +01:00
2026-02-27 12:03:19 +01:00
2026-02-14 10:25:33 -05:00
2026-02-26 08:03:50 -05:00
2026-02-23 12:15:23 +01:00
2026-02-26 18:31:57 +01:00
2026-02-26 08:03:50 -05:00
2026-02-27 10:06:48 +01:00
2026-03-01 18:16:16 +00:00
2026-02-26 18:31:57 +01:00
2026-02-28 00:04:06 -06:00
2026-02-28 14:10:14 +01:00
2026-03-01 21:20:54 +01:00
2026-02-21 19:27:35 +01:00
2026-02-27 17:02:12 +01:00
2026-02-26 13:50:11 +01:00
2026-02-21 19:27:35 +01:00
2026-01-23 09:20:15 +01:00
2026-02-02 14:11:49 +01:00
2026-02-26 18:31:57 +01:00
2026-02-21 12:37:44 +01:00
2026-02-21 16:55:36 -05:00
2026-03-01 01:04:10 +01:00
2026-02-23 00:22:47 +01:00
2026-03-01 09:54:59 +00:00
2026-01-23 15:53:27 +01:00
2026-02-28 15:32:14 +01:00
2026-01-09 19:13:41 +00:00
2026-02-26 18:31:57 +01:00