Home
last modified time | relevance | path

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

/third_party/node/src/
Dinspector_agent.cc227 worker_agent_ = std::make_unique<protocol::WorkerAgent>(worker_manager); in ChannelImpl()
228 worker_agent_->Wire(node_dispatcher_.get()); in ChannelImpl()
237 if (worker_agent_) { in ~ChannelImpl()
238 worker_agent_->disable(); in ~ChannelImpl()
239 worker_agent_.reset(); // Dispose before the dispatchers in ~ChannelImpl()
321 std::unique_ptr<protocol::WorkerAgent> worker_agent_; member in node::inspector::__anon38da31470111::ChannelImpl