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

Method withContext

src/main/java/org/dynjs/runtime/Runner.java:65–69  ·  view source on GitHub ↗
(ExecutionContext context)

Source from the content-addressed store, hash-verified

63 }
64
65 public Runner withContext(ExecutionContext context) {
66 this.context = context;
67 this.compiler.withContext( context );
68 return this;
69 }
70
71 public Runner withFileName(String fileName) {
72 this.compiler.withFileName( fileName );

Callers 6

callMethod · 0.95
callMethod · 0.95
executeMethod · 0.45
evaluateMethod · 0.45
loadMethod · 0.45
loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected