Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
pushContext
Method · 0.95
sourceElements
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected