MCPcopy 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

programMethod · 0.95
propertySetMethod · 0.95
propertyGetMethod · 0.95
functionExpressionMethod · 0.95
functionDeclarationMethod · 0.95
functionDescriptorMethod · 0.95
blockMethod · 0.95
switchStatementMethod · 0.95
iterationStatementMethod · 0.95
doWhileStatementMethod · 0.95

Calls 2

removeMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected