mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
Add missing perform_needed_unwinds() calls before Throw instructions in four places: - Await continuation throw path - Yield* throw_value_block - Yield* iterator missing throw method - Invalid left-hand side in assignment helper This matches the C++ pipeline which calls perform_needed_unwinds<Throw> before every Throw to restore lexical environments when throwing out of scopes like with statements.