MCPcopy Create free account
hub / github.com/dynjs/dynjs / isValidContinue

Method isValidContinue

src/main/java/org/dynjs/parser/js/Parser.java:155–157  ·  view source on GitHub ↗
(String target)

Source from the content-addressed store, hash-verified

153 }
154
155 private boolean isValidContinue(String target) {
156 return currentContext().isValidContinue(target);
157 }
158
159 private boolean isValidIdentifier(Token token) {
160 if (isReservedWord(token)) {

Callers 1

continueStatementMethod · 0.95

Calls 1

currentContextMethod · 0.95

Tested by

no test coverage detected