MCPcopy Create free account
hub / github.com/mozilla/rhino / getContinue

Method getContinue

rhino/src/main/java/org/mozilla/javascript/ast/Jump.java:85–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83 }
84
85 public Node getContinue() {
86 if (type != Token.LOOP) codeBug();
87 return target2;
88 }
89
90 public void setContinue(Node continueTarget) {
91 if (type != Token.LOOP) codeBug();

Callers 2

toStringMethod · 0.95

Calls 1

codeBugMethod · 0.45

Tested by

no test coverage detected