Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Method · 0.65
compile
Method · 0.65
Implementers
1
IRJSFunction
src/main/java/org/dynjs/ir/IRJSFunctio
Calls
no outgoing calls
Tested by
no test coverage detected