Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_messaging.h83 uint32_t AddWASMModule(v8::CompiledWasmModule&& mod);
Dnode_messaging.cc206 uint32_t Message::AddWASMModule(CompiledWasmModule&& mod) { in AddWASMModule() function in node::worker::Message
297 return Just(msg_->AddWASMModule(module->GetCompiledModule())); in GetWasmModuleTransferId()