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

Method exitLoop

rhino/src/main/java/org/mozilla/javascript/Parser.java:586–590  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

584 }
585
586 private void exitLoop() {
587 loopSet.remove(loopSet.size() - 1);
588 loopAndSwitchSet.remove(loopAndSwitchSet.size() - 1);
589 popScope();
590 }
591
592 private void restoreRelativeLoopPosition(Loop loop) {
593 if (loop.getParent() != null) { // see comment in enterLoop

Callers 3

whileLoopMethod · 0.95
doLoopMethod · 0.95
forLoopMethod · 0.95

Calls 3

popScopeMethod · 0.95
sizeMethod · 0.65
removeMethod · 0.45

Tested by

no test coverage detected