(scriptName)
| 30 | } |
| 31 | |
| 32 | function executeScript(scriptName) { |
| 33 | return child_process.execFileSync(javaCommand, ['-jar', 'rhino.jar', scriptName], { |
| 34 | encoding: 'utf-8' |
| 35 | }); |
| 36 | } |
| 37 | |
| 38 | // Key for .res (e.g. test.res.rhino1_7_13), automatic based on rhino version. |
| 39 | var rhinoKey = (function () { |
no outgoing calls
no test coverage detected