Searched refs:runtime_agent_ (Results 1 – 1 of 1) sorted by relevance
230 runtime_agent_ = std::make_unique<protocol::RuntimeAgent>(); in ChannelImpl()231 runtime_agent_->Wire(node_dispatcher_.get()); in ChannelImpl()241 runtime_agent_->disable(); in ~ChannelImpl()242 runtime_agent_.reset(); // Dispose before the dispatchers in ~ChannelImpl()272 retaining_context_ = runtime_agent_->notifyWaitingForDisconnect(); in notifyWaitingForDisconnect()319 std::unique_ptr<protocol::RuntimeAgent> runtime_agent_; member in node::inspector::__anon38da31470111::ChannelImpl