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

Method program

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

Source from the content-addressed store, hash-verified

81 }
82
83 protected JSProgram program() {
84 if ( this.source != null ) {
85 return this.source;
86 }
87
88 return this.compiler.compile();
89 }
90
91 public Object execute() {
92 try {

Callers 2

executeMethod · 0.95
evaluateMethod · 0.95

Calls 1

compileMethod · 0.65

Tested by

no test coverage detected