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

Method isStrict

src/main/java/org/dynjs/ir/IRJSFunction.java:150–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148 }
149
150 @Override
151 public boolean isStrict() {
152 return scope.isStrict();
153 }
154
155 // FIXME: Remove or replace once we learn how IR should handle these
156 @Override

Callers 1

compileMethod · 0.95

Calls 1

isStrictMethod · 0.65

Tested by

no test coverage detected