MCPcopy 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

evalMethod · 0.95
executeMethod · 0.95
evaluateMethod · 0.95
runMethod · 0.80
testWeirdnessOneMethod · 0.80
executeSourceMethod · 0.80
executeFileMethod · 0.80
loadMethod · 0.80
loadMethod · 0.80
callMethod · 0.80

Calls

no outgoing calls

Tested by 4

runMethod · 0.64
testWeirdnessOneMethod · 0.64