MCPcopy Index your code
hub / github.com/nodejs/node / createScript

Function createScript

lib/vm.js:269–271  ·  view source on GitHub ↗
(code, options)

Source from the content-addressed store, hash-verified

267}
268
269function createScript(code, options) {
270 return new Script(code, options);
271}
272
273// Remove all SIGINT listeners and re-attach them after the wrapped function
274// has executed, so that caught SIGINT are handled by the listeners again.

Callers 3

runInContextFunction · 0.85
runInNewContextFunction · 0.85
runInThisContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…