MCPcopy Create free account
hub / github.com/dynjs/dynjs / withSource

Method withSource

src/main/java/org/dynjs/runtime/Runner.java:45–48  ·  view source on GitHub ↗
(JSProgram source)

Source from the content-addressed store, hash-verified

43 }
44
45 public Runner withSource(JSProgram source) {
46 this.source = source;
47 return this;
48 }
49
50 public Runner withSource(String source) {
51 this.compiler.withSource( source );

Callers 14

evalMethod · 0.95
runMethod · 0.45
testWeirdnessOneMethod · 0.45
showASTMethod · 0.45
executeSourceMethod · 0.45
executeFileMethod · 0.45
executeMethod · 0.45
evaluateMethod · 0.45
loadMethod · 0.45
loadMethod · 0.45

Calls

no outgoing calls

Tested by 4

runMethod · 0.36
testWeirdnessOneMethod · 0.36