Home
last modified time | relevance | path

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

/third_party/node/src/
Dinspector_agent.cc210 class ChannelImpl final : public v8_inspector::V8Inspector::Channel, class
213 explicit ChannelImpl(Environment* env, in ChannelImpl() function in node::inspector::__anon38da31470111::ChannelImpl
234 ~ChannelImpl() override { in ~ChannelImpl()
451 channels_[session_id] = std::make_unique<ChannelImpl>(env_, in connectFrontend()
651 std::unordered_map<int, std::unique_ptr<ChannelImpl>> channels_;