Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Method · 0.95
compile
Method · 0.95
Calls
1
compile
Method · 0.65
Tested by
no test coverage detected