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

Method popScope

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

Source from the content-addressed store, hash-verified

561 }
562
563 void popScope() {
564 currentScope = currentScope.getParentScope();
565 }
566
567 private void enterLoop(Loop loop) {
568 if (loopSet == null) loopSet = new ArrayList<>();

Callers 15

exitLoopMethod · 0.95
switchStatementMethod · 0.95
forLoopMethod · 0.95
tryStatementMethod · 0.95
blockMethod · 0.95
letMethod · 0.95
destructuringObjectMethod · 0.95
transformArrayCompMethod · 0.80

Calls 1

getParentScopeMethod · 0.65

Tested by

no test coverage detected