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

Method setStrict

src/main/java/org/dynjs/parser/js/ParserContext.java:48–50  ·  view source on GitHub ↗
(boolean strict)

Source from the content-addressed store, hash-verified

46 }
47
48 void setStrict(boolean strict) {
49 this.strict = strict;
50 }
51
52 boolean isInProlog() {
53 return this.inProlog;

Callers 2

pushContextMethod · 0.95
sourceElementsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected