mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 18:50:50 +00:00
LibJS: Fix codegen for nodes after try statements without 'finally'
Previously we were just dropping them on the ground :P
This commit is contained in:
parent
5a38f86f1b
commit
b96118b5d1
Notes:
sideshowbarker
2024-07-19 01:59:31 +09:00
Author: https://github.com/alimpfard
Commit: b96118b5d1
Pull-request: https://github.com/SerenityOS/serenity/pull/10864
Reviewed-by: https://github.com/linusg
4 changed files with 43 additions and 2 deletions
|
@ -24,6 +24,7 @@
|
|||
O(Div) \
|
||||
O(EnterUnwindContext) \
|
||||
O(Exp) \
|
||||
O(FinishUnwind) \
|
||||
O(GetById) \
|
||||
O(GetByValue) \
|
||||
O(GetIterator) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue