Home
last modified time | relevance | path

Searched defs:wasi (Results 1 – 8 of 8) sorted by relevance

/third_party/node/test/wasi/
Dtest-wasi-start-validation.js15 const wasi = new WASI(); constant
28 const wasi = new WASI({}); constant
44 const wasi = new WASI({}); constant
64 const wasi = new WASI({}); constant
88 const wasi = new WASI({}); constant
106 const wasi = new WASI({}); constant
133 const wasi = new WASI({}); constant
150 const wasi = new WASI({}); constant
174 const wasi = new WASI({}); constant
Dtest-wasi-initialize-validation.js15 const wasi = new WASI(); constant
28 const wasi = new WASI({}); constant
44 const wasi = new WASI({}); constant
64 const wasi = new WASI({}); constant
88 const wasi = new WASI({}); constant
106 const wasi = new WASI({}); constant
133 const wasi = new WASI({}); constant
150 const wasi = new WASI({}); constant
174 const wasi = new WASI({}); constant
Dtest-return-on-exit.js13 const wasi = new WASI({ returnOnExit: true }); constant
23 const wasi = new WASI({ returnOnExit: true }); constant
Dtest-wasi-stdio.js22 const wasi = new WASI({ stdin, stdout, stderr, returnOnExit: true }); constant
Dtest-wasi-not-started.js10 const wasi = new WASI({ constant
Dtest-wasi-symlinks.js13 const wasi = new WASI({ constant
Dtest-wasi.js17 const wasi = new WASI({ constant
/third_party/node/src/
Dnode_wasi.cc14 namespace wasi { namespace
17 inline void Debug(WASI* wasi, Args&&... args) { in Debug()
58 #define GET_BACKING_STORE_OR_RETURN(wasi, args, mem_ptr, mem_size) \ argument
257 WASI* wasi; in ArgsGet() local
296 WASI* wasi; in ArgsSizesGet() local
330 WASI* wasi; in ClockResGet() local
357 WASI* wasi; in ClockTimeGet() local
387 WASI* wasi; in EnvironGet() local
429 WASI* wasi; in EnvironSizesGet() local
463 WASI* wasi; in FdAdvise() local
[all …]