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

Method isExitBB

src/main/java/org/dynjs/ir/representations/BasicBlock.java:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 }
47
48 public boolean isExitBB() {
49 return cfg.getExitBB() == this;
50 }
51
52 public void markRescueEntryBB() {
53 this.isRescueEntry = true;

Callers 1

fixupListMethod · 0.95

Calls 1

getExitBBMethod · 0.80

Tested by

no test coverage detected