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

Method compileFunction

src/main/java/org/dynjs/ir/JITCompiler.java:46–48  ·  view source on GitHub ↗
(ExecutionContext context, IRJSFunction function)

Source from the content-addressed store, hash-verified

44 }
45
46 private JSFunction compileFunction(ExecutionContext context, IRJSFunction function) {
47 return function.compile(context);
48 }
49}

Callers 2

runMethod · 0.95
compileMethod · 0.95

Calls 1

compileMethod · 0.65

Tested by

no test coverage detected