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

Method isValidBreak

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

Source from the content-addressed store, hash-verified

149 }
150
151 private boolean isValidBreak(String target) {
152 return currentContext().isValidBreak(target);
153 }
154
155 private boolean isValidContinue(String target) {
156 return currentContext().isValidContinue(target);

Callers 1

breakStatementMethod · 0.95

Calls 1

currentContextMethod · 0.95

Tested by

no test coverage detected