Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ isStrict
Method
isStrict
src/main/java/org/dynjs/ir/IRJSProgram.java:63–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
}
62
63
@Override
64
public
boolean isStrict() {
65
return
scope.isStrict();
66
}
67
68
// FIXME: Remove or replace once we learn how IR should handle these
69
@Override
Callers
nothing calls this directly
Calls
1
isStrict
Method · 0.65
Tested by
no test coverage detected