Home
last modified time | relevance | path

Searched defs:wasm (Results 1 – 9 of 9) sorted by relevance

/third_party/node/test/wasi/
Dtest-wasi-start-validation.js29 const wasm = await WebAssembly.compile(bufferSource); constant
45 const wasm = await WebAssembly.compile(bufferSource); constant
65 const wasm = await WebAssembly.compile(bufferSource); constant
89 const wasm = await WebAssembly.compile(bufferSource); constant
107 const wasm = await WebAssembly.compile(bufferSource); constant
134 const wasm = await WebAssembly.compile(bufferSource); constant
175 const wasm = await WebAssembly.compile(bufferSource); constant
Dtest-wasi-initialize-validation.js29 const wasm = await WebAssembly.compile(bufferSource); constant
45 const wasm = await WebAssembly.compile(bufferSource); constant
65 const wasm = await WebAssembly.compile(bufferSource); constant
89 const wasm = await WebAssembly.compile(bufferSource); constant
107 const wasm = await WebAssembly.compile(bufferSource); constant
134 const wasm = await WebAssembly.compile(bufferSource); constant
175 const wasm = await WebAssembly.compile(bufferSource); constant
/third_party/node/test/parallel/
Dtest-vm-codegen.js37 wasm: false, property
60 wasm: false, property
80 wasm: 1, property
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceBuildDefs.h94 constexpr bool wasm() { return ALLOW_WASM; } in wasm() function
/third_party/node/lib/
Dvm.js206 contextOptions.codeGeneration = { strings, wasm }; field
241 let wasm = true; variable
/third_party/rust/crates/memchr/src/memmem/prefilter/
Dmod.rs7 mod wasm; module
/third_party/rust/crates/memchr/src/memmem/
Dmod.rs159 mod wasm; module
/third_party/sqlite/src/
Dshell.c15602 } wasm; member
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp99132 bool wasm() const { return wasm_; } in wasm() function in JS::ContextOptions