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:
parent
73f347b75c
commit
f5645e3c9c
3 changed files with 27 additions and 26 deletions
|
@ -15,8 +15,6 @@ namespace JS::Bytecode {
|
|||
|
||||
struct UnwindInfo {
|
||||
Executable const* executable;
|
||||
BasicBlock const* handler;
|
||||
BasicBlock const* finalizer;
|
||||
|
||||
JS::GCPtr<Environment> lexical_environment;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue