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:
Ali Mohammad Pur 2021-11-10 22:22:26 +03:30 committed by Linus Groh
commit b96118b5d1
Notes: sideshowbarker 2024-07-19 01:59:31 +09:00
4 changed files with 43 additions and 2 deletions

View file

@ -24,6 +24,7 @@
O(Div) \
O(EnterUnwindContext) \
O(Exp) \
O(FinishUnwind) \
O(GetById) \
O(GetByValue) \
O(GetIterator) \