mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:07:35 +00:00
LibJS: Use static unwind mappings for unwind related functions
This commit is contained in:
parent
73f347b75c
commit
f5645e3c9c
3 changed files with 27 additions and 26 deletions
|
@ -70,7 +70,7 @@ public:
|
|||
reg(Register::exception()) = {};
|
||||
}
|
||||
|
||||
void enter_unwind_context(Optional<Label> handler_target, Optional<Label> finalizer_target);
|
||||
void enter_unwind_context();
|
||||
void leave_unwind_context();
|
||||
|
||||
Executable& current_executable() { return *m_current_executable; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue