Home
last modified time | relevance | path

Searched refs:SetClient (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-wasm.h189 void SetClient(std::shared_ptr<Client> client);
/third_party/node/deps/v8/src/wasm/
Dwasm-js.cc90 void SetClient(std::shared_ptr<Client> client) { in SetClient() function in v8::WasmStreaming::WasmStreamingImpl
138 void WasmStreaming::SetClient(std::shared_ptr<Client> client) { in SetClient() function in v8::WasmStreaming
140 impl_->SetClient(client); in SetClient()
/third_party/node/deps/v8/src/api/
Dapi.cc10435 void WasmStreaming::SetClient(std::shared_ptr<Client> client) { UNREACHABLE(); } in SetClient() function in v8::WasmStreaming