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.js12 const wasi = new WASI({ returnOnExit: true }); property
22 const wasi = new WASI({ returnOnExit: true }); property
Dtest-wasi-worker-terminate.js37 const wasi = new WASI({ returnOnExit: true }); property
Dtest-wasi-stdio.js21 const wasi = new WASI({ stdin, stdout, stderr, returnOnExit: true }); property
Dtest-wasi-options-validation.js23 assert.throws(() => { new WASI({ returnOnExit: 'fhqwhgads' }); }, property