Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-inspector-session-impl.cc58 m_channel(channel), in V8InspectorSessionImpl()
164 m_channel->sendResponse(callId, MessageBuffer::create(std::move(message))); in sendProtocolResponse()
169 m_channel->sendNotification(MessageBuffer::create(std::move(message))); in sendProtocolNotification()
173 m_channel->flushProtocolNotifications(); in flushProtocolNotifications()
Dv8-inspector-session-impl.h107 V8Inspector::Channel* m_channel; variable