Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ popContext
Method
popContext
src/main/java/org/dynjs/parser/js/Parser.java:136–138 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
134
}
135
136
private
void
popContext() {
137
this.context.remove(this.context.size() - 1);
138
}
139
140
private
ParserContext currentContext() {
141
if
(this.context.isEmpty()) {
Callers
10
program
Method · 0.95
propertySet
Method · 0.95
propertyGet
Method · 0.95
functionExpression
Method · 0.95
functionDeclaration
Method · 0.95
functionDescriptor
Method · 0.95
block
Method · 0.95
switchStatement
Method · 0.95
iterationStatement
Method · 0.95
doWhileStatement
Method · 0.95
Calls
2
remove
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected