mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:27:35 +00:00
LibJS: Handle FinishUnwind in GenerateCFG
This commit is contained in:
parent
6998b72d22
commit
a00c421d61
2 changed files with 7 additions and 0 deletions
|
@ -795,6 +795,8 @@ public:
|
|||
String to_string_impl(Bytecode::Executable const&) const;
|
||||
void replace_references_impl(BasicBlock const&, BasicBlock const&);
|
||||
|
||||
Label next_target() const { return m_next_target; }
|
||||
|
||||
private:
|
||||
Label m_next_target;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue