Searched refs:node_dispatcher_ (Results 1 - 2 of 2) sorted by relevance
/third_party/node/src/ |
H A D | inspector_agent.cc | 224 node_dispatcher_ = std::make_unique<protocol::UberDispatcher>(this); in ChannelImpl() 227 tracing_agent_->Wire(node_dispatcher_.get()); in ChannelImpl() 230 worker_agent_->Wire(node_dispatcher_.get()); in ChannelImpl() 233 runtime_agent_->Wire(node_dispatcher_.get()); in ChannelImpl() 257 node_dispatcher_->parseCommand(value.get(), &call_id, &method); in dispatchProtocolMessage() 262 node_dispatcher_->dispatch(call_id, method, std::move(value), in dispatchProtocolMessage() 336 std::unique_ptr<protocol::UberDispatcher> node_dispatcher_; member in node::inspector::__anon15354::final
|
H A D | js_native_api_v8_inspector.cc | 904 node_dispatcher_ = std::make_unique<protocol::UberDispatcher>(this); in ChannelImpl() 906 runtime_agent_->Wire(node_dispatcher_.get()); in ChannelImpl() 928 node_dispatcher_->parseCommand(value.get(), &call_id, &method); in dispatchProtocolMessage() 933 node_dispatcher_->dispatch(call_id, method, std::move(value), in dispatchProtocolMessage() 1006 std::unique_ptr<protocol::UberDispatcher> node_dispatcher_; member in v8impl::__anon15373::final
|
Completed in 5 milliseconds