MCPcopy Create free account
hub / github.com/compat-table/compat-table / executeScript

Function executeScript

rhino.js:32–36  ·  view source on GitHub ↗
(scriptName)

Source from the content-addressed store, hash-verified

30}
31
32function 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.
39var rhinoKey = (function () {

Callers 2

rhino.jsFile · 0.85
rhinoRunnerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected