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

Method compile

src/main/java/org/dynjs/ir/IRJSFunction.java:26–28  ·  view source on GitHub ↗
(ExecutionContext context)

Source from the content-addressed store, hash-verified

24 private VariableValues capturedValues;
25
26 public JSFunction compile(ExecutionContext context) {
27 return new IRByteCodeCompiler(scope, getFileName(), isStrict()).compileFunction(context);
28 }
29
30 private static class IRJSFunctionBox {
31 public int callCount = 0;

Callers

nothing calls this directly

Calls 3

getFileNameMethod · 0.95
isStrictMethod · 0.95
compileFunctionMethod · 0.45

Tested by

no test coverage detected