Lines Matching defs:params
623 …std::unique_ptr<ContinueToLocationParams> params = ContinueToLocationParams::Create(request.GetPar… in ContinueToLocation() local
635 std::unique_ptr<EnableParams> params = EnableParams::Create(request.GetParams()); in Enable() local
657 …std::unique_ptr<EvaluateOnCallFrameParams> params = EvaluateOnCallFrameParams::Create(request.GetP… in EvaluateOnCallFrame() local
675 …std::unique_ptr<GetPossibleBreakpointsParams> params = GetPossibleBreakpointsParams::Create(reques… in GetPossibleBreakpoints() local
688 …std::unique_ptr<GetScriptSourceParams> params = GetScriptSourceParams::Create(request.GetParams()); in GetScriptSource() local
707 …std::unique_ptr<RemoveBreakpointParams> params = RemoveBreakpointParams::Create(request.GetParams(… in RemoveBreakpoint() local
718 …std::unique_ptr<RemoveBreakpointsByUrlParams> params = RemoveBreakpointsByUrlParams::Create(reques… in RemoveBreakpointsByUrl() local
729 std::unique_ptr<ResumeParams> params = ResumeParams::Create(request.GetParams()); in Resume() local
746 …std::unique_ptr<SetBreakpointByUrlParams> params = SetBreakpointByUrlParams::Create(request.GetPar… in SetBreakpointByUrl() local
761 …std::unique_ptr<SetBreakpointsActiveParams> params = SetBreakpointsActiveParams::Create(request.Ge… in SetBreakpointsActive() local
773 std::unique_ptr<GetPossibleAndSetBreakpointParams> params = in GetPossibleAndSetBreakpointByUrl() local
788 …std::unique_ptr<SetPauseOnExceptionsParams> params = SetPauseOnExceptionsParams::Create(request.Ge… in SetPauseOnExceptions() local
800 …std::unique_ptr<SetSkipAllPausesParams> params = SetSkipAllPausesParams::Create(request.GetParams(… in SetSkipAllPauses() local
812 … std::unique_ptr<SetNativeRangeParams> params = SetNativeRangeParams::Create(request.GetParams()); in SetNativeRange() local
823 …std::unique_ptr<ResetSingleStepperParams> params = ResetSingleStepperParams::Create(request.GetPar… in ResetSingleStepper() local
834 std::unique_ptr<StepIntoParams> params = StepIntoParams::Create(request.GetParams()); in StepInto() local
845 std::unique_ptr<SmartStepIntoParams> params = SmartStepIntoParams::Create(request.GetParams()); in SmartStepInto() local
862 std::unique_ptr<StepOverParams> params = StepOverParams::Create(request.GetParams()); in StepOver() local
873 std::unique_ptr<SetMixedDebugParams> params = SetMixedDebugParams::Create(request.GetParams()); in SetMixedDebugEnabled() local
884 …std::unique_ptr<ReplyNativeCallingParams> params = ReplyNativeCallingParams::Create(request.GetPar… in ReplyNativeCalling() local
901 std::unique_ptr<DropFrameParams> params = DropFrameParams::Create(request.GetParams()); in DropFrame() local
918 … std::unique_ptr<CallFunctionOnParams> params = CallFunctionOnParams::Create(request.GetParams()); in CallFunctionOn() local
1042 DispatchResponse DebuggerImpl::ContinueToLocation(const ContinueToLocationParams ¶ms) in ContinueToLocation()
1048 DispatchResponse DebuggerImpl::Enable([[maybe_unused]] const EnableParams ¶ms, UniqueDebuggerId… in Enable()
1071 DispatchResponse DebuggerImpl::EvaluateOnCallFrame(const EvaluateOnCallFrameParams ¶ms, in EvaluateOnCallFrame()
1108 DispatchResponse DebuggerImpl::GetPossibleBreakpoints(const GetPossibleBreakpointsParams ¶ms, in GetPossibleBreakpoints()
1139 DispatchResponse DebuggerImpl::GetScriptSource(const GetScriptSourceParams ¶ms, std::string *so… in GetScriptSource()
1161 DispatchResponse DebuggerImpl::RemoveBreakpoint(const RemoveBreakpointParams ¶ms) in RemoveBreakpoint()
1200 DispatchResponse DebuggerImpl::RemoveBreakpointsByUrl(const RemoveBreakpointsByUrlParams ¶ms) in RemoveBreakpointsByUrl()
1218 DispatchResponse DebuggerImpl::Resume([[maybe_unused]] const ResumeParams ¶ms) in Resume()
1249 DispatchResponse DebuggerImpl::SetBreakpointByUrl(const SetBreakpointByUrlParams ¶ms, in SetBreakpointByUrl()
1301 DispatchResponse DebuggerImpl::SetBreakpointsActive(const SetBreakpointsActiveParams ¶ms) in SetBreakpointsActive()
1307 …ponse DebuggerImpl::GetPossibleAndSetBreakpointByUrl(const GetPossibleAndSetBreakpointParams ¶… in GetPossibleAndSetBreakpointByUrl()
1382 DispatchResponse DebuggerImpl::SetNativeRange(const SetNativeRangeParams ¶ms) in SetNativeRange()
1388 DispatchResponse DebuggerImpl::ResetSingleStepper(const ResetSingleStepperParams ¶ms) in ResetSingleStepper()
1397 DispatchResponse DebuggerImpl::SetPauseOnExceptions(const SetPauseOnExceptionsParams ¶ms) in SetPauseOnExceptions()
1403 DispatchResponse DebuggerImpl::SetSkipAllPauses(const SetSkipAllPausesParams ¶ms) in SetSkipAllPauses()
1409 DispatchResponse DebuggerImpl::StepInto([[maybe_unused]] const StepIntoParams ¶ms) in StepInto()
1424 DispatchResponse DebuggerImpl::SmartStepInto(const SmartStepIntoParams ¶ms) in SmartStepInto()
1449 DispatchResponse DebuggerImpl::StepOver([[maybe_unused]] const StepOverParams ¶ms) in StepOver()
1469 …atchResponse DebuggerImpl::SetMixedDebugEnabled([[maybe_unused]] const SetMixedDebugParams ¶ms) in SetMixedDebugEnabled()
1477 …hResponse DebuggerImpl::ReplyNativeCalling([[maybe_unused]] const ReplyNativeCallingParams ¶ms) in ReplyNativeCalling()
1486 DispatchResponse DebuggerImpl::DropFrame(const DropFrameParams ¶ms) in DropFrame()
1538 DispatchResponse DebuggerImpl::CallFunctionOn([[maybe_unused]] const CallFunctionOnParams ¶ms, in CallFunctionOn()