Module Cfg
Import path
import javascriptPredicates
| dominatingEdge | Holds if |
Classes
| BasicBlock | A basic block, that is, a maximal straight-line sequence of control flow nodes without branches or joins. |
| EntryBasicBlock | An entry basic block, that is, a basic block whose first node is an entry node. |
Aliases
| ControlFlowNode | A node in the control flow graph, which is an expression, a statement, or a synthetic node. |