Home
last modified time | relevance | path

Searched refs:frontendChannel (Results 1 – 10 of 10) sorted by relevance

/third_party/node/tools/inspector_protocol/lib/
DDispatcherBase_cpp.template102 DispatcherBase::DispatcherBase(FrontendChannel* frontendChannel)
103 : m_frontendChannel(frontendChannel) { }
186 static void reportProtocolErrorTo(FrontendChannel* frontendChannel, int callId, DispatchResponse::E…
188 if (frontendChannel)
189frontendChannel->sendProtocolResponse(callId, ProtocolError::createErrorResponse(callId, code, err…
192 static void reportProtocolErrorTo(FrontendChannel* frontendChannel, DispatchResponse::ErrorCode cod…
194 if (frontendChannel)
195frontendChannel->sendProtocolNotification(ProtocolError::createErrorNotification(code, errorMessag…
218 UberDispatcher::UberDispatcher(FrontendChannel* frontendChannel)
219 : m_frontendChannel(frontendChannel) { }
/third_party/node/deps/v8/src/inspector/
Dv8-schema-agent-impl.cc13 protocol::FrontendChannel* frontendChannel, in V8SchemaAgentImpl() argument
15 : m_session(session), m_frontend(frontendChannel) {} in V8SchemaAgentImpl()
Dv8-console-agent-impl.cc20 V8InspectorSessionImpl* session, protocol::FrontendChannel* frontendChannel, in V8ConsoleAgentImpl() argument
24 m_frontend(frontendChannel), in V8ConsoleAgentImpl()
Dv8-heap-profiler-agent-impl.cc183 V8InspectorSessionImpl* session, protocol::FrontendChannel* frontendChannel, in V8HeapProfilerAgentImpl() argument
187 m_frontend(frontendChannel), in V8HeapProfilerAgentImpl()
Dv8-profiler-agent-impl.cc171 V8InspectorSessionImpl* session, protocol::FrontendChannel* frontendChannel, in V8ProfilerAgentImpl() argument
176 m_frontend(frontendChannel) {} in V8ProfilerAgentImpl()
Dv8-debugger-agent-impl.cc368 V8InspectorSessionImpl* session, protocol::FrontendChannel* frontendChannel, in V8DebuggerAgentImpl() argument
375 m_frontend(frontendChannel), in V8DebuggerAgentImpl()
/third_party/node/tools/inspector_protocol/templates/
DTypeBuilder_h.template257 explicit Frontend(FrontendChannel* frontendChannel) : m_frontendChannel(frontendChannel) { }
DTypeBuilder_cpp.template220 DispatcherImpl(FrontendChannel* frontendChannel, Backend* backend)
221 : DispatcherBase(frontendChannel)
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
Ddispatch.cc455 DomainDispatcher::DomainDispatcher(FrontendChannel* frontendChannel) in DomainDispatcher() argument
456 : frontend_channel_(frontendChannel) {} in DomainDispatcher()
/third_party/node/deps/v8/third_party/inspector_protocol/templates/
DTypeBuilder_cpp.template153 DomainDispatcherImpl(FrontendChannel* frontendChannel, Backend* backend)
154 : DomainDispatcher(frontendChannel)