Home
last modified time | relevance | path

Searched refs:reportMessage (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/inspector/
Dv8-console-agent-impl.cc55 if (m_enabled) reportMessage(message, true); in messageAdded()
66 if (!reportMessage(message.get(), false)) return; in reportAllMessages()
71 bool V8ConsoleAgentImpl::reportMessage(V8ConsoleMessage* message, in reportMessage() function in v8_inspector::V8ConsoleAgentImpl
Dv8-console-agent-impl.h36 bool reportMessage(V8ConsoleMessage*, bool generatePreview);
Dv8-runtime-agent-impl.h110 bool reportMessage(V8ConsoleMessage*, bool generatePreview);
Dv8-runtime-agent-impl.cc670 if (!reportMessage(message.get(), false)) break; in enable()
730 if (m_enabled) reportMessage(message, true); in messageAdded()
733 bool V8RuntimeAgentImpl::reportMessage(V8ConsoleMessage* message, in reportMessage() function in v8_inspector::V8RuntimeAgentImpl