1
Fork 0
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:
Hendiadyoin1 2023-10-20 00:33:51 +02:00 committed by Andreas Kling
parent 73f347b75c
commit f5645e3c9c
3 changed files with 27 additions and 26 deletions

View file

@ -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; }