mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:27:35 +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
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