Lines Matching full:create
19 std::unique_ptr<EnableParams> EnableParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::EnableParams
34 LOG_DEBUGGER(ERROR) << "EnableParams::Create " << error; in Create()
41 std::unique_ptr<EvaluateOnCallFrameParams> EvaluateOnCallFrameParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::EvaluateOnCallFrameParams
107 LOG_DEBUGGER(ERROR) << "EvaluateOnCallFrameParams::Create " << error; in Create()
113 std::unique_ptr<ContinueToLocationParams> ContinueToLocationParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::ContinueToLocationParams
122 std::unique_ptr<Location> location = Location::Create(*position); in Create()
141 LOG_DEBUGGER(ERROR) << "ContinueToLocationParams::Create " << error; in Create()
149 std::unique_ptr<GetPossibleBreakpointsParams> GetPossibleBreakpointsParams::Create(const PtJson &pa… in Create() function in panda::ecmascript::tooling::GetPossibleBreakpointsParams
158 std::unique_ptr<Location> location = Location::Create(*start); in Create()
170 std::unique_ptr<Location> location = Location::Create(*end); in Create()
188 LOG_DEBUGGER(ERROR) << "GetPossibleBreakpointsParams::Create " << error; in Create()
195 std::unique_ptr<GetScriptSourceParams> GetScriptSourceParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::GetScriptSourceParams
212 LOG_DEBUGGER(ERROR) << "GetScriptSourceParams::Create " << error; in Create()
219 std::unique_ptr<RemoveBreakpointParams> RemoveBreakpointParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::RemoveBreakpointParams
234 LOG_DEBUGGER(ERROR) << "RemoveBreakpointParams::Create " << error; in Create()
241 std::unique_ptr<RemoveBreakpointsByUrlParams> RemoveBreakpointsByUrlParams::Create(const PtJson &pa… in Create() function in panda::ecmascript::tooling::RemoveBreakpointsByUrlParams
256 LOG_DEBUGGER(ERROR) << "RemoveBreakpointByUrlParams::Create " << error; in Create()
263 std::unique_ptr<ResumeParams> ResumeParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::ResumeParams
278 LOG_DEBUGGER(ERROR) << "ResumeParams::Create " << error; in Create()
285 std::unique_ptr<SetAsyncCallStackDepthParams> SetAsyncCallStackDepthParams::Create(const PtJson &pa… in Create() function in panda::ecmascript::tooling::SetAsyncCallStackDepthParams
300 LOG_DEBUGGER(ERROR) << "SetAsyncCallStackDepthParams::Create " << error; in Create()
307 std::unique_ptr<SetBlackboxPatternsParams> SetBlackboxPatternsParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::SetBlackboxPatternsParams
330 LOG_DEBUGGER(ERROR) << "SetBlackboxPatternsParams::Create " << error; in Create()
337 std::unique_ptr<SetBreakpointByUrlParams> SetBreakpointByUrlParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::SetBreakpointByUrlParams
386 LOG_DEBUGGER(ERROR) << "SetBreakpointByUrlParams::Create " << error; in Create()
393 std::unique_ptr<SetBreakpointsActiveParams> SetBreakpointsActiveParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::SetBreakpointsActiveParams
407 LOG_DEBUGGER(ERROR) << "SetBreakpointsActiveParams::Create " << error; in Create()
414 std::unique_ptr<SetSkipAllPausesParams> SetSkipAllPausesParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::SetSkipAllPausesParams
428 LOG_DEBUGGER(ERROR) << "SetSkipAllPausesParams::Create " << error; in Create()
435 std::unique_ptr<GetPossibleAndSetBreakpointParams> GetPossibleAndSetBreakpointParams::Create(const … in Create() function in panda::ecmascript::tooling::GetPossibleAndSetBreakpointParams
447 std::unique_ptr<BreakpointInfo> info = BreakpointInfo::Create(*breakpoints->Get(i)); in Create()
463 LOG_DEBUGGER(ERROR) << "GetPossibleAndSetBreakpointParams::Create " << error; in Create()
470 std::unique_ptr<SetPauseOnExceptionsParams> SetPauseOnExceptionsParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::SetPauseOnExceptionsParams
485 LOG_DEBUGGER(ERROR) << "SetPauseOnExceptionsParams::Create " << error; in Create()
492 std::unique_ptr<StepIntoParams> StepIntoParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::StepIntoParams
511 std::unique_ptr<LocationRange> obj = LocationRange::Create(*skipList->Get(i)); in Create()
527 LOG_DEBUGGER(ERROR) << "StepIntoParams::Create " << error; in Create()
534 std::unique_ptr<SmartStepIntoParams> SmartStepIntoParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::SmartStepIntoParams
540 if (!(sbpObject = SetBreakpointByUrlParams::Create(ptJson))) { in Create()
563 std::unique_ptr<StepOverParams> StepOverParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::StepOverParams
575 std::unique_ptr<LocationRange> obj = LocationRange::Create(*skipList->Get(i)); in Create()
591 LOG_DEBUGGER(ERROR) << "StepOverParams::Create " << error; in Create()
598 std::unique_ptr<DropFrameParams> DropFrameParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::DropFrameParams
613 LOG_DEBUGGER(ERROR) << "DropFrameParams::Create " << error; in Create()
620 std::unique_ptr<SetNativeRangeParams> SetNativeRangeParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::SetNativeRangeParams
632 std::unique_ptr<NativeRange> obj = NativeRange::Create(*nativeRange->Get(i)); in Create()
648 LOG_DEBUGGER(ERROR) << "SetNativeRangeParams::Create " << error; in Create()
655 std::unique_ptr<SetMixedDebugParams> SetMixedDebugParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::SetMixedDebugParams
678 LOG_DEBUGGER(ERROR) << "SetMixedDebugParams::Create " << error; in Create()
685 std::unique_ptr<ResetSingleStepperParams> ResetSingleStepperParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::ResetSingleStepperParams
700 LOG_DEBUGGER(ERROR) << "ResetSingleStepperParams::Create " << error; in Create()
707 std::unique_ptr<ReplyNativeCallingParams> ReplyNativeCallingParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::ReplyNativeCallingParams
722 LOG_DEBUGGER(ERROR) << "ReplyNativeCallingParams::Create " << error; in Create()
729 std::unique_ptr<GetPropertiesParams> GetPropertiesParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::GetPropertiesParams
766 LOG_DEBUGGER(ERROR) << "GetPropertiesParams::Create " << error; in Create()
773 std::unique_ptr<CallFunctionOnParams> CallFunctionOnParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::CallFunctionOnParams
814 std::unique_ptr<CallArgument> obj = CallArgument::Create(*arguments->Get(i)); in Create()
895 LOG_DEBUGGER(ERROR) << "CallFunctionOnParams::Create " << error; in Create()
902 std::unique_ptr<StartSamplingParams> StartSamplingParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::StartSamplingParams
921 LOG_DEBUGGER(ERROR) << "StartSamplingParams::Create " << error; in Create()
927 std::unique_ptr<StartTrackingHeapObjectsParams> StartTrackingHeapObjectsParams::Create(const PtJson… in Create() function in panda::ecmascript::tooling::StartTrackingHeapObjectsParams
942 LOG_DEBUGGER(ERROR) << "StartTrackingHeapObjectsParams::Create " << error; in Create()
948 std::unique_ptr<StopTrackingHeapObjectsParams> StopTrackingHeapObjectsParams::Create(const PtJson &… in Create() function in panda::ecmascript::tooling::StopTrackingHeapObjectsParams
979 LOG_DEBUGGER(ERROR) << "StopTrackingHeapObjectsParams::Create " << error; in Create()
985 std::unique_ptr<AddInspectedHeapObjectParams> AddInspectedHeapObjectParams::Create(const PtJson &pa… in Create() function in panda::ecmascript::tooling::AddInspectedHeapObjectParams
1002 LOG_DEBUGGER(ERROR) << "AddInspectedHeapObjectParams::Create " << error; in Create()
1008 std::unique_ptr<GetHeapObjectIdParams> GetHeapObjectIdParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::GetHeapObjectIdParams
1025 LOG_DEBUGGER(ERROR) << "GetHeapObjectIdParams::Create " << error; in Create()
1031 std::unique_ptr<GetObjectByHeapObjectIdParams> GetObjectByHeapObjectIdParams::Create(const PtJson &… in Create() function in panda::ecmascript::tooling::GetObjectByHeapObjectIdParams
1056 LOG_DEBUGGER(ERROR) << "GetObjectByHeapObjectIdParams::Create " << error; in Create()
1062 std::unique_ptr<StartPreciseCoverageParams> StartPreciseCoverageParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::StartPreciseCoverageParams
1093 LOG_DEBUGGER(ERROR) << "StartPreciseCoverageParams::Create " << error; in Create()
1099 std::unique_ptr<SetSamplingIntervalParams> SetSamplingIntervalParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::SetSamplingIntervalParams
1114 LOG_DEBUGGER(ERROR) << "SetSamplingIntervalParams::Create " << error; in Create()
1120 std::unique_ptr<RecordClockSyncMarkerParams> RecordClockSyncMarkerParams::Create(const PtJson ¶… in Create() function in panda::ecmascript::tooling::RecordClockSyncMarkerParams
1135 LOG_DEBUGGER(ERROR) << "RecordClockSyncMarkerParams::Create " << error; in Create()
1142 std::unique_ptr<RequestMemoryDumpParams> RequestMemoryDumpParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::RequestMemoryDumpParams
1169 LOG_DEBUGGER(ERROR) << "RequestMemoryDumpParams::Create " << error; in Create()
1176 std::unique_ptr<StartParams> StartParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::StartParams
1245 std::unique_ptr<TraceConfig> pTraceConfig = TraceConfig::Create(*traceConfig); in Create()
1276 LOG_DEBUGGER(ERROR) << "StartParams::Create " << error; in Create()
1283 std::unique_ptr<SeriliazationTimeoutCheckEnableParams> SeriliazationTimeoutCheckEnableParams::Create in Create() function in panda::ecmascript::tooling::SeriliazationTimeoutCheckEnableParams
1299 LOG_DEBUGGER(ERROR) << "SeriliazationTimeoutCheckEnableParams::Create " << error; in Create()