Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ newRunner
Method
newRunner
src/main/java/org/dynjs/runtime/DynJS.java:83–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
81
}
82
83
public
Runner newRunner() {
84
return
new
Runner(this);
85
}
86
87
public
Compiler newCompiler() {
88
return
new
Compiler(this.config);
Callers
13
eval
Method · 0.95
execute
Method · 0.95
evaluate
Method · 0.95
run
Method · 0.80
testBenComplainsAboutCoffeeScript
Method · 0.80
testBenComplainsAboutLongerCoffeeScript
Method · 0.80
testWeirdnessOne
Method · 0.80
executeSource
Method · 0.80
executeFile
Method · 0.80
load
Method · 0.80
load
Method · 0.80
call
Method · 0.80
Calls
no outgoing calls
Tested by
4
run
Method · 0.64
testBenComplainsAboutCoffeeScript
Method · 0.64
testBenComplainsAboutLongerCoffeeScript
Method · 0.64
testWeirdnessOne
Method · 0.64