mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
LibJS: Save scheduled jumps when entering unwind contexts
These are then restored upon `ContinuePendingUnwind`. This stops us from forgetting where we needed to jump when we do extra try-catches in finally blocks. Co-Authored-By: Jesús "gsus" Lapastora <cyber.gsuscode@gmail.com>
This commit is contained in:
committed by
Andreas Kling
parent
4da5b8ec67
commit
1341f4438d
@@ -15,7 +15,6 @@ namespace JS::Bytecode {
|
||||
|
||||
struct UnwindInfo {
|
||||
Executable const* executable;
|
||||
|
||||
JS::GCPtr<Environment> lexical_environment;
|
||||
|
||||
bool handler_called { false };
|
||||
|
||||
Reference in New Issue
Block a user