Lines Matching refs:Debugger
30 class V8DebuggerAgentImpl : public protocol::Debugger::Backend {
53 std::unique_ptr<protocol::Array<protocol::Debugger::Location>>* locations)
56 std::unique_ptr<protocol::Debugger::Location>,
58 std::unique_ptr<protocol::Debugger::Location>* actualLocation) override;
63 Response continueToLocation(std::unique_ptr<protocol::Debugger::Location>,
71 std::unique_ptr<protocol::Array<protocol::Debugger::SearchMatch>>*)
74 std::unique_ptr<protocol::Debugger::Location> start,
75 Maybe<protocol::Debugger::Location> end, Maybe<bool> restrictToFunction,
76 std::unique_ptr<protocol::Array<protocol::Debugger::BreakLocation>>*
81 Maybe<protocol::Array<protocol::Debugger::CallFrame>>* optOutCallFrames,
88 std::unique_ptr<protocol::Array<protocol::Debugger::CallFrame>>*
123 std::unique_ptr<protocol::Array<protocol::Debugger::ScriptPosition>>
162 std::unique_ptr<protocol::Array<protocol::Debugger::CallFrame>>*);
169 std::unique_ptr<protocol::Debugger::Location> setBreakpointImpl(
198 protocol::Debugger::Frontend m_frontend;