()
| 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 ) { |
no test coverage detected