Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
fixupList
Method · 0.95
Calls
1
getExitBB
Method · 0.80
Tested by
no test coverage detected