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

Method done

src/main/java/org/dynjs/ir/JITCompiler.java:24–24  ·  view source on GitHub ↗
(JSFunction compiledFunction)

Source from the content-addressed store, hash-verified

22
23 public static interface CompilerCallback {
24 public void done(JSFunction compiledFunction);
25 }
26
27 public static interface CompiledFunction {

Callers 2

runMethod · 0.65
compileMethod · 0.65

Implementers 1

IRJSFunctionsrc/main/java/org/dynjs/ir/IRJSFunctio

Calls

no outgoing calls

Tested by

no test coverage detected