Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ forceStrict
Method
forceStrict
src/main/java/org/dynjs/parser/js/Parser.java:67–69 ·
view source on GitHub ↗
(boolean forceStrict)
Source
from the content-addressed store, hash-verified
65
}
66
67
public
void
forceStrict(boolean forceStrict) {
68
this.forceStrict = forceStrict;
69
}
70
71
public
boolean isForceStrict() {
72
return
this.forceStrict;
Callers
1
parse
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected