Home
last modified time | relevance | path

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

/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
252 WASI* wasi; in ArgsGet() local
291 WASI* wasi; in ArgsSizesGet() local
325 WASI* wasi; in ClockResGet() local
352 WASI* wasi; in ClockTimeGet() local
382 WASI* wasi; in EnvironGet() local
424 WASI* wasi; in EnvironSizesGet() local
458 WASI* wasi; in FdAdvise() local
[all …]
/third_party/node/test/wasi/
Dtest-wasi-initialize-validation.js14 const wasi = new WASI(); constant
27 const wasi = new WASI({}); constant
43 const wasi = new WASI({}); constant
66 const wasi = new WASI({}); constant
91 const wasi = new WASI({}); constant
109 const wasi = new WASI({}); constant
133 const wasi = new WASI({}); constant
Dtest-wasi-start-validation.js14 const wasi = new WASI(); constant
27 const wasi = new WASI({}); constant
43 const wasi = new WASI({}); constant
63 const wasi = new WASI({}); constant
88 const wasi = new WASI({}); constant
106 const wasi = new WASI({}); constant
130 const wasi = new WASI({}); constant
Dtest-return-on-exit.js12 const wasi = new WASI({ returnOnExit: true }); constant
22 const wasi = new WASI({ returnOnExit: true }); constant
Dtest-wasi-stdio.js21 const wasi = new WASI({ stdin, stdout, stderr, returnOnExit: true }); constant
Dtest-wasi-not-started.js10 const wasi = new WASI({ constant
Dtest-wasi-symlinks.js12 const wasi = new WASI({ constant
Dtest-wasi.js16 const wasi = new WASI({ constant
/third_party/node/deps/npm/node_modules/builtins/
Dindex.js55 wasi: '>=12.16.0', property
/third_party/node/
Dtsconfig.json95 "wasi": ["./lib/wasi.js"], array
/third_party/node/deps/npm/node_modules/is-core-module/
Dcore.json152 "wasi": [">= 13.4 && < 13.5", ">= 18.17 && < 19", ">= 20"], array