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

Function returnOnExitEnvToValue

test/fixtures/wasi-preview-1.js:24–31  ·  view source on GitHub ↗
(env)

Source from the content-addressed store, hash-verified

22});
23
24function returnOnExitEnvToValue(env) {
25 const envValue = env.RETURN_ON_EXIT;
26 if (envValue === undefined) {
27 return undefined;
28 }
29
30 return envValue === 'true';
31}
32
33common.expectWarning('ExperimentalWarning',
34 'WASI is an experimental feature and might change at any time');

Callers 1

wasi-preview-1.jsFile · 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…