Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
exitLoop
Method · 0.95
switchStatement
Method · 0.95
forLoop
Method · 0.95
tryStatement
Method · 0.95
block
Method · 0.95
let
Method · 0.95
arrayComprehensionLoop
Method · 0.95
generatorExpressionLoop
Method · 0.95
destructuringAssignmentHelper
Method · 0.95
destructuringObject
Method · 0.95
transformArrayComp
Method · 0.80
arrayCompTransformHelper
Method · 0.80
Calls
1
getParentScope
Method · 0.65
Tested by
no test coverage detected