Home
last modified time | relevance | path

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

/external/v8/include/
Dv8-inspector.h255 virtual void sendNotification(std::unique_ptr<StringBuffer> message) = 0;
/external/v8/src/inspector/
Dv8-inspector-session-impl.cc169 m_channel->sendNotification(MessageBuffer::create(std::move(message))); in sendProtocolNotification()
/external/v8/src/
Dd8.cc1957 void sendNotification( in sendNotification() function in v8::InspectorFrontend