Home
last modified time | relevance | path

Searched refs:m_frontend (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/inspector/
Dv8-heap-profiler-agent-impl.cc37 : m_frontend(frontend) {} in HeapSnapshotProgress()
39 m_frontend->reportHeapSnapshotProgress(done, total, in ReportProgressValue()
42 m_frontend->reportHeapSnapshotProgress(total, total, true); in ReportProgressValue()
44 m_frontend->flush(); in ReportProgressValue()
49 protocol::HeapProfiler::Frontend* m_frontend; member in v8_inspector::__anon412b3d510111::HeapSnapshotProgress
89 : m_frontend(frontend) {} in HeapSnapshotOutputStream()
93 m_frontend->addHeapSnapshotChunk(String16(data, size)); in WriteAsciiChunk()
94 m_frontend->flush(); in WriteAsciiChunk()
99 protocol::HeapProfiler::Frontend* m_frontend; member in v8_inspector::__anon412b3d510111::HeapSnapshotOutputStream
124 : m_frontend(frontend) {} in HeapStatsStream()
[all …]
Dv8-console-agent-impl.cc24 m_frontend(frontendChannel), in V8ConsoleAgentImpl()
72 message->reportToFrontend(&m_frontend); in reportMessage()
73 m_frontend.flush(); in reportMessage()
Dv8-runtime-agent-impl.cc245 m_frontend(FrontendChannel), in V8RuntimeAgentImpl()
856 m_frontend.bindingCalled(name, payload, executionContextId); in bindingCalled()
857 m_frontend.flush(); in bindingCalled()
883 m_frontend.executionContextsCleared(); in restore()
946 m_frontend.executionContextsCleared(); in reset()
969 m_frontend.executionContextCreated(std::move(description)); in reportExecutionContextCreated()
976 m_frontend.executionContextDestroyed(context->contextId()); in reportExecutionContextDestroyed()
984 m_frontend.inspectRequested(std::move(objectToInspect), std::move(hints), in inspect()
994 message->reportToFrontend(&m_frontend, m_session, generatePreview); in reportMessage()
995 m_frontend.flush(); in reportMessage()
Dv8-schema-agent-impl.cc15 : m_session(session), m_frontend(frontendChannel) {} in V8SchemaAgentImpl()
Dv8-schema-agent-impl.h33 protocol::Schema::Frontend m_frontend; variable
Dv8-console-agent-impl.h42 protocol::Console::Frontend m_frontend; variable
Dv8-profiler-agent-impl.cc176 m_frontend(frontendChannel) {} in V8ProfilerAgentImpl()
187 m_frontend.consoleProfileStarted( in consoleProfile()
215 m_frontend.consoleProfileFinished( in consoleProfileEnd()
441 m_frontend.preciseCoverageDeltaUpdate(now, occasion, std::move(out_result)); in triggerPreciseCoverageDeltaUpdate()
Dv8-heap-profiler-agent-impl.h74 protocol::HeapProfiler::Frontend m_frontend; variable
Dv8-profiler-agent-impl.h78 protocol::Profiler::Frontend m_frontend; variable
Dv8-debugger-agent-impl.cc375 m_frontend(frontendChannel), in V8DebuggerAgentImpl()
1655 m_frontend.scriptFailedToParse( in didParseSource()
1665 m_frontend.scriptParsed( in didParseSource()
1718 m_frontend.breakpointResolved(breakpointId, std::move(location)); in didParseSource()
1780 m_frontend.paused(std::move(protocolCallFrames), breakReason, in didPauseOnInstrumentation()
1891 m_frontend.paused(std::move(protocolCallFrames), breakReason, in didPause()
1897 m_frontend.resumed(); in didContinue()
1898 m_frontend.flush(); in didContinue()
Dv8-runtime-agent-impl.h156 protocol::Runtime::Frontend m_frontend; variable
Dv8-debugger-agent-impl.h218 protocol::Debugger::Frontend m_frontend; variable