mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02:00
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++.