MCPcopy 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

toStringMethod · 0.95
visitStatementMethod · 0.95
visitTryCatchFinallyMethod · 0.80
pushExceptionInfoMethod · 0.80

Calls 1

codeBugMethod · 0.45

Tested by

no test coverage detected