• Home
  • Raw
  • Download

Lines Matching defs:params

314     std::unique_ptr<EnableParams> params = EnableParams::Create(request.GetParams());  in Enable()  local
335 …std::unique_ptr<EvaluateOnCallFrameParams> params = EvaluateOnCallFrameParams::Create(request.GetP… in EvaluateOnCallFrame() local
353 …std::unique_ptr<GetPossibleBreakpointsParams> params = GetPossibleBreakpointsParams::Create(reques… in GetPossibleBreakpoints() local
366 …std::unique_ptr<GetScriptSourceParams> params = GetScriptSourceParams::Create(request.GetParams()); in GetScriptSource() local
385 …std::unique_ptr<RemoveBreakpointParams> params = RemoveBreakpointParams::Create(request.GetParams(… in RemoveBreakpoint() local
396 std::unique_ptr<ResumeParams> params = ResumeParams::Create(request.GetParams()); in Resume() local
413 …std::unique_ptr<SetBreakpointByUrlParams> params = SetBreakpointByUrlParams::Create(request.GetPar… in SetBreakpointByUrl() local
428 std::unique_ptr<GetPossibleAndSetBreakpointParams> params; in GetPossibleAndSetBreakpointByUrl() local
443 …std::unique_ptr<SetPauseOnExceptionsParams> params = SetPauseOnExceptionsParams::Create(request.Ge… in SetPauseOnExceptions() local
455 std::unique_ptr<StepIntoParams> params = StepIntoParams::Create(request.GetParams()); in StepInto() local
472 std::unique_ptr<StepOverParams> params = StepOverParams::Create(request.GetParams()); in StepOver() local
483 std::unique_ptr<SetMixedDebugParams> params = SetMixedDebugParams::Create(request.GetParams()); in SetMixedDebugEnabled() local
494 …std::unique_ptr<ReplyNativeCallingParams> params = ReplyNativeCallingParams::Create(request.GetPar… in ReplyNativeCalling() local
511 std::unique_ptr<DropFrameParams> params = DropFrameParams::Create(request.GetParams()); in DropFrame() local
611 DispatchResponse DebuggerImpl::Enable([[maybe_unused]] const EnableParams &params, UniqueDebuggerId… in Enable()
633 DispatchResponse DebuggerImpl::EvaluateOnCallFrame(const EvaluateOnCallFrameParams &params, in EvaluateOnCallFrame()
670 DispatchResponse DebuggerImpl::GetPossibleBreakpoints(const GetPossibleBreakpointsParams &params, in GetPossibleBreakpoints()
698 DispatchResponse DebuggerImpl::GetScriptSource(const GetScriptSourceParams &params, std::string *so… in GetScriptSource()
717 DispatchResponse DebuggerImpl::RemoveBreakpoint(const RemoveBreakpointParams &params) in RemoveBreakpoint()
754 DispatchResponse DebuggerImpl::Resume([[maybe_unused]] const ResumeParams &params) in Resume()
769 DispatchResponse DebuggerImpl::SetBreakpointByUrl(const SetBreakpointByUrlParams &params, in SetBreakpointByUrl()
832 …ponse DebuggerImpl::GetPossibleAndSetBreakpointByUrl(const GetPossibleAndSetBreakpointParams &para… in GetPossibleAndSetBreakpointByUrl()
914 DispatchResponse DebuggerImpl::SetPauseOnExceptions(const SetPauseOnExceptionsParams &params) in SetPauseOnExceptions()
920 DispatchResponse DebuggerImpl::StepInto([[maybe_unused]] const StepIntoParams &params) in StepInto()
950 DispatchResponse DebuggerImpl::StepOver([[maybe_unused]] const StepOverParams &params) in StepOver()
970 …atchResponse DebuggerImpl::SetMixedDebugEnabled([[maybe_unused]] const SetMixedDebugParams &params) in SetMixedDebugEnabled()
976 …hResponse DebuggerImpl::ReplyNativeCalling([[maybe_unused]] const ReplyNativeCallingParams &params) in ReplyNativeCalling()
985 DispatchResponse DebuggerImpl::DropFrame(const DropFrameParams &params) in DropFrame()