Home
last modified time | relevance | path

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

/third_party/node/tools/inspector_protocol/lib/
DFrontendChannel_h.template32 virtual void fallThrough(int callId, const String& method, const ProtocolMessage& message) = 0;
DDispatcherBase_cpp.template98 m_backendImpl->get()->channel()->fallThrough(m_callId, m_method, m_message);
/third_party/node/tools/inspector_protocol/templates/
DTypeBuilder_cpp.template297 void fallThrough() override
365 channel()->fallThrough(callId, method, message);
DTypeBuilder_h.template212 virtual void fallThrough() = 0;
/third_party/node/src/
Dinspector_agent.cc313 void fallThrough(int callId, in fallThrough() function in node::inspector::__anon38da31470111::ChannelImpl