Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mozilla/rhino
/ getFinally
Method
getFinally
rhino/src/main/java/org/mozilla/javascript/ast/Jump.java:61–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
}
60
61
public
Node getFinally() {
62
if
(type != Token.TRY) codeBug();
63
return
target2;
64
}
65
66
public
void
setFinally(Node finallyTarget) {
67
if
(type != Token.TRY) codeBug();
Callers
5
transformCompilationUnit_r
Method · 0.95
toString
Method · 0.95
visitStatement
Method · 0.95
visitTryCatchFinally
Method · 0.80
pushExceptionInfo
Method · 0.80
Calls
1
codeBug
Method · 0.45
Tested by
no test coverage detected