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

Method executionContext

src/main/java/org/dynjs/runtime/Runner.java:76–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 }
75
76 protected ExecutionContext executionContext() {
77 if ( this.context == null ) {
78 return this.runtime.getDefaultExecutionContext();
79 }
80 return this.context;
81 }
82
83 protected JSProgram program() {
84 if ( this.source != null ) {

Callers 2

executeMethod · 0.95
evaluateMethod · 0.95

Calls 1

Tested by

no test coverage detected