Home
last modified time | relevance | path

Searched defs:maybe_module (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-js.cc754 auto maybe_module = GetFirstArgumentAsModule(args, &thrower); in WebAssemblyModuleImports() local
767 auto maybe_module = GetFirstArgumentAsModule(args, &thrower); in WebAssemblyModuleExports() local
782 auto maybe_module = GetFirstArgumentAsModule(args, &thrower); in WebAssemblyModuleCustomSections() local
819 i::MaybeHandle<i::WasmModuleObject> maybe_module = in WebAssemblyInstance() local
/third_party/node/src/
Djs_native_api_v8.cc5221 v8::MaybeLocal<v8::WasmModuleObject> maybe_module; in OH_JSVM_CompileWasmModule() local