()
| 92 | } |
| 93 | |
| 94 | const evalFunction = () => runScriptInContext(name, |
| 95 | body, |
| 96 | breakFirstLine, |
| 97 | print, |
| 98 | module, |
| 99 | baseUrl, |
| 100 | undefined, |
| 101 | origModule); |
| 102 | |
| 103 | if (shouldLoadESM) { |
| 104 | return require('internal/modules/run_main').runEntryPointWithESMLoader(evalFunction); |
no test coverage detected
searching dependent graphs…