MCPcopy Create free account
hub / github.com/dynjs/dynjs / getExitBB

Method getExitBB

src/main/java/org/dynjs/ir/representations/CFG.java:76–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 }
75
76 public BasicBlock getExitBB() {
77 return exitBB;
78 }
79
80 /**
81 * How many BasicBlocks are there in this CFG?

Callers 2

prepareIPCsMethod · 0.80
isExitBBMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected