mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
LibJS: Propagate finalizers into nested try-catch blocks without them
This commit is contained in:
parent
865e651a7d
commit
301a1fc763
Notes:
sideshowbarker
2024-07-17 18:08:55 +09:00
Author: https://github.com/Hendiadyoin1
Commit: 301a1fc763
Pull-request: https://github.com/SerenityOS/serenity/pull/23927
Reviewed-by: https://github.com/ADKaster
3 changed files with 59 additions and 2 deletions
|
@ -276,6 +276,8 @@ public:
|
|||
return Operand(Operand::Type::Constant, m_constants.size() - 1);
|
||||
}
|
||||
|
||||
UnwindContext const* current_unwind_context() const { return m_current_unwind_context; }
|
||||
|
||||
private:
|
||||
VM& m_vm;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue