Searched refs:fallThrough (Results 1 – 5 of 5) sorted by relevance
32 virtual void fallThrough(int callId, const String& method, const ProtocolMessage& message) = 0;
98 m_backendImpl->get()->channel()->fallThrough(m_callId, m_method, m_message);
297 void fallThrough() override365 channel()->fallThrough(callId, method, message);
212 virtual void fallThrough() = 0;
313 void fallThrough(int callId, in fallThrough() function in node::inspector::__anon38da31470111::ChannelImpl