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

Method isEscapedOctalString

src/main/java/org/dynjs/parser/js/Token.java:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 }
33
34 public boolean isEscapedOctalString() {
35 return this.escapedOctalString;
36 }
37
38 public void setContinuedLine(boolean continuedLine) {
39 this.continuedLine = continuedLine;

Callers 1

primaryExpressionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected