1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-02 23:52:07 +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

@ -15,8 +15,6 @@ namespace JS::Bytecode {
struct UnwindInfo {
Executable const* executable;
BasicBlock const* handler;
BasicBlock const* finalizer;
JS::GCPtr<Environment> lexical_environment;