Home
last modified time | relevance | path

Searched defs:returnOnExit (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/wasi/
Dtest-return-on-exit.js13 const wasi = new WASI({ returnOnExit: true }); property
23 const wasi = new WASI({ returnOnExit: true }); property
Dtest-wasi-worker-terminate.js38 const wasi = new WASI({ returnOnExit: true }); property
Dtest-wasi-stdio.js22 const wasi = new WASI({ stdin, stdout, stderr, returnOnExit: true }); property
Dtest-wasi-options-validation.js25 assert.throws(() => { new WASI({ returnOnExit: 'fhqwhgads' }); }, property