Lines Matching full:create
41 static std::unique_ptr<ContinueToLocationParams> Create(const PtJson ¶ms);
65 static std::unique_ptr<EnableParams> Create(const PtJson ¶ms);
89 static std::unique_ptr<EvaluateOnCallFrameParams> Create(const PtJson ¶ms);
120 static std::unique_ptr<GetPossibleBreakpointsParams> Create(const PtJson ¶ms);
164 static std::unique_ptr<GetScriptSourceParams> Create(const PtJson ¶ms);
183 static std::unique_ptr<RemoveBreakpointParams> Create(const PtJson ¶ms);
202 static std::unique_ptr<RemoveBreakpointsByUrlParams> Create(const PtJson ¶ms);
226 static std::unique_ptr<ResumeParams> Create(const PtJson ¶ms);
250 static std::unique_ptr<SetAsyncCallStackDepthParams> Create(const PtJson ¶ms);
268 static std::unique_ptr<SetBlackboxPatternsParams> Create(const PtJson ¶ms);
287 static std::unique_ptr<SetBreakpointByUrlParams> Create(const PtJson ¶ms);
366 static std::unique_ptr<SetBreakpointsActiveParams> Create(const PtJson ¶ms);
384 static std::unique_ptr<SetSkipAllPausesParams> Create(const PtJson ¶ms);
401 static std::unique_ptr<GetPossibleAndSetBreakpointParams> Create(const PtJson ¶ms);
429 static std::unique_ptr<SetPauseOnExceptionsParams> Create(const PtJson ¶ms);
465 static std::unique_ptr<StepIntoParams> Create(const PtJson ¶ms);
503 static std::unique_ptr<SmartStepIntoParams> Create(const PtJson ¶ms);
524 static std::unique_ptr<StepOverParams> Create(const PtJson ¶ms);
550 static std::unique_ptr<DropFrameParams> Create(const PtJson ¶ms);
573 static std::unique_ptr<SetNativeRangeParams> Create(const PtJson ¶ms);
588 static std::unique_ptr<ResetSingleStepperParams> Create(const PtJson ¶ms);
605 static std::unique_ptr<SetMixedDebugParams> Create(const PtJson ¶ms);
629 static std::unique_ptr<ReplyNativeCallingParams> Create(const PtJson ¶ms);
648 static std::unique_ptr<GetPropertiesParams> Create(const PtJson ¶ms);
718 static std::unique_ptr<CallFunctionOnParams> Create(const PtJson ¶ms);
869 static std::unique_ptr<StartSamplingParams> Create(const PtJson ¶ms);
888 static std::unique_ptr<StartTrackingHeapObjectsParams> Create(const PtJson ¶ms);
912 static std::unique_ptr<StopTrackingHeapObjectsParams> Create(const PtJson ¶ms);
958 static std::unique_ptr<AddInspectedHeapObjectParams> Create(const PtJson ¶ms);
977 static std::unique_ptr<GetHeapObjectIdParams> Create(const PtJson ¶ms);
996 static std::unique_ptr<GetObjectByHeapObjectIdParams> Create(const PtJson ¶ms);
1027 static std::unique_ptr<StartPreciseCoverageParams> Create(const PtJson ¶ms);
1073 static std::unique_ptr<SetSamplingIntervalParams> Create(const PtJson ¶ms);
1098 static std::unique_ptr<RecordClockSyncMarkerParams> Create(const PtJson ¶ms);
1123 static std::unique_ptr<RequestMemoryDumpParams> Create(const PtJson ¶ms);
1170 static std::unique_ptr<StartParams> Create(const PtJson ¶ms);
1354 static std::unique_ptr<SeriliazationTimeoutCheckEnableParams> Create(const PtJson ¶ms);