Home
last modified time | relevance | path

Searched refs:patchedExit (Results 1 – 1 of 1) sorted by relevance

/third_party/node/test/wasi/
Dtest-return-on-exit.js23 const patchedExit = () => { throw new Error('test error'); }; function
24 wasi.wasiImport.proc_exit = patchedExit.bind(wasi.wasiImport);