Lines Matching defs:params
312 std::unique_ptr<EnableParams> params = EnableParams::Create(request.GetParams()); in Enable() local
333 …std::unique_ptr<EvaluateOnCallFrameParams> params = EvaluateOnCallFrameParams::Create(request.GetP… in EvaluateOnCallFrame() local
351 …std::unique_ptr<GetPossibleBreakpointsParams> params = GetPossibleBreakpointsParams::Create(reques… in GetPossibleBreakpoints() local
364 …std::unique_ptr<GetScriptSourceParams> params = GetScriptSourceParams::Create(request.GetParams()); in GetScriptSource() local
383 …std::unique_ptr<RemoveBreakpointParams> params = RemoveBreakpointParams::Create(request.GetParams(… in RemoveBreakpoint() local
394 std::unique_ptr<ResumeParams> params = ResumeParams::Create(request.GetParams()); in Resume() local
411 …std::unique_ptr<SetBreakpointByUrlParams> params = SetBreakpointByUrlParams::Create(request.GetPar… in SetBreakpointByUrl() local
426 …std::unique_ptr<SetPauseOnExceptionsParams> params = SetPauseOnExceptionsParams::Create(request.Ge… in SetPauseOnExceptions() local
438 std::unique_ptr<StepIntoParams> params = StepIntoParams::Create(request.GetParams()); in StepInto() local
455 std::unique_ptr<StepOverParams> params = StepOverParams::Create(request.GetParams()); in StepOver() local
466 std::unique_ptr<SetMixedDebugParams> params = SetMixedDebugParams::Create(request.GetParams()); in SetMixedDebugEnabled() local
473 …std::unique_ptr<ReplyNativeCallingParams> params = ReplyNativeCallingParams::Create(request.GetPar… in ReplyNativeCalling() local
575 DispatchResponse DebuggerImpl::Enable([[maybe_unused]] const EnableParams ¶ms, UniqueDebuggerId… in Enable()
594 DispatchResponse DebuggerImpl::EvaluateOnCallFrame(const EvaluateOnCallFrameParams ¶ms, in EvaluateOnCallFrame()
631 DispatchResponse DebuggerImpl::GetPossibleBreakpoints(const GetPossibleBreakpointsParams ¶ms, in GetPossibleBreakpoints()
659 DispatchResponse DebuggerImpl::GetScriptSource(const GetScriptSourceParams ¶ms, std::string *so… in GetScriptSource()
678 DispatchResponse DebuggerImpl::RemoveBreakpoint(const RemoveBreakpointParams ¶ms) in RemoveBreakpoint()
714 DispatchResponse DebuggerImpl::Resume([[maybe_unused]] const ResumeParams ¶ms) in Resume()
726 DispatchResponse DebuggerImpl::SetBreakpointByUrl(const SetBreakpointByUrlParams ¶ms, in SetBreakpointByUrl()
789 DispatchResponse DebuggerImpl::SetPauseOnExceptions(const SetPauseOnExceptionsParams ¶ms) in SetPauseOnExceptions()
795 DispatchResponse DebuggerImpl::StepInto([[maybe_unused]] const StepIntoParams ¶ms) in StepInto()
823 DispatchResponse DebuggerImpl::StepOver([[maybe_unused]] const StepOverParams ¶ms) in StepOver()
842 …atchResponse DebuggerImpl::SetMixedDebugEnabled([[maybe_unused]] const SetMixedDebugParams ¶ms) in SetMixedDebugEnabled()
848 …hResponse DebuggerImpl::ReplyNativeCalling([[maybe_unused]] const ReplyNativeCallingParams ¶ms) in ReplyNativeCalling()