Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ getJitCompiler
Method
getJitCompiler
src/main/java/org/dynjs/runtime/DynJS.java:79–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
77
}
78
79
public
JITCompiler getJitCompiler() {
80
return
jitCompiler;
81
}
82
83
public
Runner newRunner() {
84
return
new
Runner(this);
Callers
1
tryCompile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected