-
-
Notifications
You must be signed in to change notification settings - Fork 110
[Feature]: Add support to trap removal #1010
Copy link
Copy link
Closed
Labels
improvementnew feature, improve in readability, structure or performancenew feature, improve in readability, structure or performance
Description
Missing Feature
The StmtGraph class lacks a removeTrap method, which would provide a direct way to remove traps. Currently, traps can only be removed by removing the associated exception from MutableBasicBlock or MutableBlockStmtGraph, which is less straightforward.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
improvementnew feature, improve in readability, structure or performancenew feature, improve in readability, structure or performance