• Home
  • Raw
  • Download

Lines Matching full:create

19 std::unique_ptr<EnableParams> EnableParams::Create(const PtJson &params)  in Create()  function in panda::ecmascript::tooling::EnableParams
50 LOG_DEBUGGER(ERROR) << "EnableParams::Create " << error; in Create()
57 std::unique_ptr<EvaluateOnCallFrameParams> EvaluateOnCallFrameParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::EvaluateOnCallFrameParams
123 LOG_DEBUGGER(ERROR) << "EvaluateOnCallFrameParams::Create " << error; in Create()
129 std::unique_ptr<ContinueToLocationParams> ContinueToLocationParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::ContinueToLocationParams
138 std::unique_ptr<Location> location = Location::Create(*position); in Create()
157 LOG_DEBUGGER(ERROR) << "ContinueToLocationParams::Create " << error; in Create()
165 std::unique_ptr<GetPossibleBreakpointsParams> GetPossibleBreakpointsParams::Create(const PtJson &pa… in Create() function in panda::ecmascript::tooling::GetPossibleBreakpointsParams
174 std::unique_ptr<Location> location = Location::Create(*start); in Create()
186 std::unique_ptr<Location> location = Location::Create(*end); in Create()
204 LOG_DEBUGGER(ERROR) << "GetPossibleBreakpointsParams::Create " << error; in Create()
211 std::unique_ptr<GetScriptSourceParams> GetScriptSourceParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::GetScriptSourceParams
228 LOG_DEBUGGER(ERROR) << "GetScriptSourceParams::Create " << error; in Create()
235 std::unique_ptr<RemoveBreakpointParams> RemoveBreakpointParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::RemoveBreakpointParams
250 LOG_DEBUGGER(ERROR) << "RemoveBreakpointParams::Create " << error; in Create()
257 std::unique_ptr<RemoveBreakpointsByUrlParams> RemoveBreakpointsByUrlParams::Create(const PtJson &pa… in Create() function in panda::ecmascript::tooling::RemoveBreakpointsByUrlParams
272 LOG_DEBUGGER(ERROR) << "RemoveBreakpointByUrlParams::Create " << error; in Create()
279 std::unique_ptr<ResumeParams> ResumeParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::ResumeParams
294 LOG_DEBUGGER(ERROR) << "ResumeParams::Create " << error; in Create()
301 std::unique_ptr<SetAsyncCallStackDepthParams> SetAsyncCallStackDepthParams::Create(const PtJson &pa… in Create() function in panda::ecmascript::tooling::SetAsyncCallStackDepthParams
316 LOG_DEBUGGER(ERROR) << "SetAsyncCallStackDepthParams::Create " << error; in Create()
323 std::unique_ptr<SetBlackboxPatternsParams> SetBlackboxPatternsParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::SetBlackboxPatternsParams
346 LOG_DEBUGGER(ERROR) << "SetBlackboxPatternsParams::Create " << error; in Create()
353 std::unique_ptr<SetBreakpointByUrlParams> SetBreakpointByUrlParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::SetBreakpointByUrlParams
402 LOG_DEBUGGER(ERROR) << "SetBreakpointByUrlParams::Create " << error; in Create()
409 std::unique_ptr<SetBreakpointsActiveParams> SetBreakpointsActiveParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::SetBreakpointsActiveParams
423 LOG_DEBUGGER(ERROR) << "SetBreakpointsActiveParams::Create " << error; in Create()
430 std::unique_ptr<SetSkipAllPausesParams> SetSkipAllPausesParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::SetSkipAllPausesParams
444 LOG_DEBUGGER(ERROR) << "SetSkipAllPausesParams::Create " << error; in Create()
451 std::unique_ptr<GetPossibleAndSetBreakpointParams> GetPossibleAndSetBreakpointParams::Create(const … in Create() function in panda::ecmascript::tooling::GetPossibleAndSetBreakpointParams
463 std::unique_ptr<BreakpointInfo> info = BreakpointInfo::Create(*breakpoints->Get(i)); in Create()
479 LOG_DEBUGGER(ERROR) << "GetPossibleAndSetBreakpointParams::Create " << error; in Create()
486 std::unique_ptr<SetPauseOnExceptionsParams> SetPauseOnExceptionsParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::SetPauseOnExceptionsParams
501 LOG_DEBUGGER(ERROR) << "SetPauseOnExceptionsParams::Create " << error; in Create()
508 std::unique_ptr<StepIntoParams> StepIntoParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::StepIntoParams
527 std::unique_ptr<LocationRange> obj = LocationRange::Create(*skipList->Get(i)); in Create()
543 LOG_DEBUGGER(ERROR) << "StepIntoParams::Create " << error; in Create()
550 std::unique_ptr<SmartStepIntoParams> SmartStepIntoParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::SmartStepIntoParams
556 if (!(sbpObject = SetBreakpointByUrlParams::Create(ptJson))) { in Create()
579 std::unique_ptr<StepOverParams> StepOverParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::StepOverParams
591 std::unique_ptr<LocationRange> obj = LocationRange::Create(*skipList->Get(i)); in Create()
607 LOG_DEBUGGER(ERROR) << "StepOverParams::Create " << error; in Create()
614 std::unique_ptr<DropFrameParams> DropFrameParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::DropFrameParams
629 LOG_DEBUGGER(ERROR) << "DropFrameParams::Create " << error; in Create()
636 std::unique_ptr<SetNativeRangeParams> SetNativeRangeParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::SetNativeRangeParams
648 std::unique_ptr<NativeRange> obj = NativeRange::Create(*nativeRange->Get(i)); in Create()
664 LOG_DEBUGGER(ERROR) << "SetNativeRangeParams::Create " << error; in Create()
671 std::unique_ptr<SetMixedDebugParams> SetMixedDebugParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::SetMixedDebugParams
694 LOG_DEBUGGER(ERROR) << "SetMixedDebugParams::Create " << error; in Create()
701 std::unique_ptr<ResetSingleStepperParams> ResetSingleStepperParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::ResetSingleStepperParams
716 LOG_DEBUGGER(ERROR) << "ResetSingleStepperParams::Create " << error; in Create()
723 std::unique_ptr<ReplyNativeCallingParams> ReplyNativeCallingParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::ReplyNativeCallingParams
738 LOG_DEBUGGER(ERROR) << "ReplyNativeCallingParams::Create " << error; in Create()
745 std::unique_ptr<GetPropertiesParams> GetPropertiesParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::GetPropertiesParams
782 LOG_DEBUGGER(ERROR) << "GetPropertiesParams::Create " << error; in Create()
789 std::unique_ptr<CallFunctionOnParams> CallFunctionOnParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::CallFunctionOnParams
830 std::unique_ptr<CallArgument> obj = CallArgument::Create(*arguments->Get(i)); in Create()
911 LOG_DEBUGGER(ERROR) << "CallFunctionOnParams::Create " << error; in Create()
918 std::unique_ptr<StartSamplingParams> StartSamplingParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::StartSamplingParams
937 LOG_DEBUGGER(ERROR) << "StartSamplingParams::Create " << error; in Create()
943 std::unique_ptr<StartTrackingHeapObjectsParams> StartTrackingHeapObjectsParams::Create(const PtJson… in Create() function in panda::ecmascript::tooling::StartTrackingHeapObjectsParams
958 LOG_DEBUGGER(ERROR) << "StartTrackingHeapObjectsParams::Create " << error; in Create()
964 std::unique_ptr<StopTrackingHeapObjectsParams> StopTrackingHeapObjectsParams::Create(const PtJson &… in Create() function in panda::ecmascript::tooling::StopTrackingHeapObjectsParams
995 LOG_DEBUGGER(ERROR) << "StopTrackingHeapObjectsParams::Create " << error; in Create()
1001 std::unique_ptr<AddInspectedHeapObjectParams> AddInspectedHeapObjectParams::Create(const PtJson &pa… in Create() function in panda::ecmascript::tooling::AddInspectedHeapObjectParams
1018 LOG_DEBUGGER(ERROR) << "AddInspectedHeapObjectParams::Create " << error; in Create()
1024 std::unique_ptr<GetHeapObjectIdParams> GetHeapObjectIdParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::GetHeapObjectIdParams
1041 LOG_DEBUGGER(ERROR) << "GetHeapObjectIdParams::Create " << error; in Create()
1047 std::unique_ptr<GetObjectByHeapObjectIdParams> GetObjectByHeapObjectIdParams::Create(const PtJson &… in Create() function in panda::ecmascript::tooling::GetObjectByHeapObjectIdParams
1072 LOG_DEBUGGER(ERROR) << "GetObjectByHeapObjectIdParams::Create " << error; in Create()
1078 std::unique_ptr<StartPreciseCoverageParams> StartPreciseCoverageParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::StartPreciseCoverageParams
1109 LOG_DEBUGGER(ERROR) << "StartPreciseCoverageParams::Create " << error; in Create()
1115 std::unique_ptr<SetSamplingIntervalParams> SetSamplingIntervalParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::SetSamplingIntervalParams
1130 LOG_DEBUGGER(ERROR) << "SetSamplingIntervalParams::Create " << error; in Create()
1136 std::unique_ptr<RecordClockSyncMarkerParams> RecordClockSyncMarkerParams::Create(const PtJson &para… in Create() function in panda::ecmascript::tooling::RecordClockSyncMarkerParams
1151 LOG_DEBUGGER(ERROR) << "RecordClockSyncMarkerParams::Create " << error; in Create()
1158 std::unique_ptr<RequestMemoryDumpParams> RequestMemoryDumpParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::RequestMemoryDumpParams
1185 LOG_DEBUGGER(ERROR) << "RequestMemoryDumpParams::Create " << error; in Create()
1192 std::unique_ptr<StartParams> StartParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::StartParams
1261 std::unique_ptr<TraceConfig> pTraceConfig = TraceConfig::Create(*traceConfig); in Create()
1292 LOG_DEBUGGER(ERROR) << "StartParams::Create " << error; in Create()
1299 std::unique_ptr<SeriliazationTimeoutCheckEnableParams> SeriliazationTimeoutCheckEnableParams::Create in Create() function in panda::ecmascript::tooling::SeriliazationTimeoutCheckEnableParams
1315 LOG_DEBUGGER(ERROR) << "SeriliazationTimeoutCheckEnableParams::Create " << error; in Create()
1321 std::unique_ptr<SaveAllPossibleBreakpointsParams> SaveAllPossibleBreakpointsParams::Create(const Pt… in Create() function in panda::ecmascript::tooling::SaveAllPossibleBreakpointsParams
1345 std::shared_ptr<BreakpointInfo> info = BreakpointInfo::Create(json); in Create()
1358 LOG_DEBUGGER(ERROR) << "SaveAllPossibleBreakpointsParams::Create " << error; in Create()