Searched refs:V8DebuggerAgentImpl (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/inspector/ |
D | v8-debugger-agent-impl.cc | 309 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 …]
|
D | wasm-translation.h | 18 class V8DebuggerAgentImpl; variable 35 V8DebuggerAgentImpl* agent);
|
D | v8-inspector-session-impl.h | 22 class V8DebuggerAgentImpl; variable 41 V8DebuggerAgentImpl* debuggerAgent() { return m_debuggerAgent.get(); } in debuggerAgent() 118 std::unique_ptr<V8DebuggerAgentImpl> m_debuggerAgent;
|
D | v8-debugger-agent-impl.h | 30 class V8DebuggerAgentImpl : public protocol::Debugger::Backend { 38 V8DebuggerAgentImpl(V8InspectorSessionImpl*, protocol::FrontendChannel*, 40 ~V8DebuggerAgentImpl() override; 223 DISALLOW_COPY_AND_ASSIGN(V8DebuggerAgentImpl);
|
D | wasm-translation.cc | 70 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()
|
D | v8-debugger.h | 28 class V8DebuggerAgentImpl; variable 88 void setAsyncCallStackDepth(V8DebuggerAgentImpl*, int); 225 std::unordered_map<V8DebuggerAgentImpl*, int> m_maxAsyncCallStackDepthMap;
|
D | v8-console.cc | 486 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()
|
D | v8-inspector-impl.h | 50 class V8DebuggerAgentImpl; variable
|
D | v8-inspector-session-impl.cc | 83 m_debuggerAgent.reset(new V8DebuggerAgentImpl( in V8InspectorSessionImpl()
|
D | v8-debugger.cc | 631 V8DebuggerAgentImpl* agent = session->debuggerAgent(); in IsFunctionBlackboxed() 835 void V8Debugger::setAsyncCallStackDepth(V8DebuggerAgentImpl* agent, int depth) { in setAsyncCallStackDepth()
|