Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger-agent-impl.cc309 V8DebuggerAgentImpl::V8DebuggerAgentImpl( in V8DebuggerAgentImpl() function in v8_inspector::V8DebuggerAgentImpl
320 V8DebuggerAgentImpl::~V8DebuggerAgentImpl() {} in ~V8DebuggerAgentImpl()
322 void V8DebuggerAgentImpl::enableImpl() { in enableImpl()
341 Response V8DebuggerAgentImpl::enable(String16* outDebuggerId) { in enable()
353 Response V8DebuggerAgentImpl::disable() { in disable()
389 void V8DebuggerAgentImpl::restore() { in restore()
417 Response V8DebuggerAgentImpl::setBreakpointsActive(bool active) { in setBreakpointsActive()
429 Response V8DebuggerAgentImpl::setSkipAllPauses(bool skip) { in setSkipAllPauses()
452 Response V8DebuggerAgentImpl::setBreakpointByUrl( in setBreakpointByUrl()
538 Response V8DebuggerAgentImpl::setBreakpoint( in setBreakpoint()
[all …]
Dwasm-translation.h18 class V8DebuggerAgentImpl; variable
35 V8DebuggerAgentImpl* agent);
Dv8-inspector-session-impl.h22 class V8DebuggerAgentImpl; variable
41 V8DebuggerAgentImpl* debuggerAgent() { return m_debuggerAgent.get(); } in debuggerAgent()
118 std::unique_ptr<V8DebuggerAgentImpl> m_debuggerAgent;
Dv8-debugger-agent-impl.h30 class V8DebuggerAgentImpl : public protocol::Debugger::Backend {
38 V8DebuggerAgentImpl(V8InspectorSessionImpl*, protocol::FrontendChannel*,
40 ~V8DebuggerAgentImpl() override;
223 DISALLOW_COPY_AND_ASSIGN(V8DebuggerAgentImpl);
Dwasm-translation.cc70 virtual void Init(v8::Isolate*, WasmTranslation*, V8DebuggerAgentImpl*) = 0;
86 void Init(v8::Isolate*, WasmTranslation*, V8DebuggerAgentImpl*) override {} in Init() argument
115 V8DebuggerAgentImpl* agent) override { in Init()
250 V8DebuggerAgentImpl* agent) { in AddFakeScript()
295 V8DebuggerAgentImpl* agent) { in AddScript()
Dv8-debugger.h28 class V8DebuggerAgentImpl; variable
88 void setAsyncCallStackDepth(V8DebuggerAgentImpl*, int);
225 std::unordered_map<V8DebuggerAgentImpl*, int> m_maxAsyncCallStackDepthMap;
Dv8-console.cc486 V8DebuggerAgentImpl::BreakpointSource source, in setFunctionBreakpoint()
510 V8DebuggerAgentImpl::DebugCommandBreakpointSource, in debugFunctionCallback()
521 V8DebuggerAgentImpl::DebugCommandBreakpointSource, in undebugFunctionCallback()
546 V8DebuggerAgentImpl::MonitorCommandBreakpointSource, in monitorFunctionCallback()
558 V8DebuggerAgentImpl::MonitorCommandBreakpointSource, in unmonitorFunctionCallback()
Dv8-inspector-impl.h50 class V8DebuggerAgentImpl; variable
Dv8-inspector-session-impl.cc83 m_debuggerAgent.reset(new V8DebuggerAgentImpl( in V8InspectorSessionImpl()
Dv8-debugger.cc631 V8DebuggerAgentImpl* agent = session->debuggerAgent(); in IsFunctionBlackboxed()
835 void V8Debugger::setAsyncCallStackDepth(V8DebuggerAgentImpl* agent, int depth) { in setAsyncCallStackDepth()