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
105 LOG_DEBUGGER(ERROR) << "EvaluateOnCallFrameParams::Create " << error; in Create()
111 std::unique_ptr<GetPossibleBreakpointsParams> GetPossibleBreakpointsParams::Create(const PtJson &pa… in Create() function in panda::ecmascript::tooling::GetPossibleBreakpointsParams
120 std::unique_ptr<Location> location = Location::Create(*start); in Create()
132 std::unique_ptr<Location> location = Location::Create(*end); in Create()
150 LOG_DEBUGGER(ERROR) << "GetPossibleBreakpointsParams::Create " << error; in Create()
157 std::unique_ptr<GetScriptSourceParams> GetScriptSourceParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::GetScriptSourceParams
172 LOG_DEBUGGER(ERROR) << "GetScriptSourceParams::Create " << error; in Create()
179 std::unique_ptr<RemoveBreakpointParams> RemoveBreakpointParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::RemoveBreakpointParams
194 LOG_DEBUGGER(ERROR) << "RemoveBreakpointParams::Create " << error; in Create()
201 std::unique_ptr<ResumeParams> ResumeParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::ResumeParams
216 LOG_DEBUGGER(ERROR) << "ResumeParams::Create " << error; in Create()
223 std::unique_ptr<SetAsyncCallStackDepthParams> SetAsyncCallStackDepthParams::Create(const PtJson &pa… in Create() function in panda::ecmascript::tooling::SetAsyncCallStackDepthParams
238 LOG_DEBUGGER(ERROR) << "SetAsyncCallStackDepthParams::Create " << error; in Create()
245 std::unique_ptr<SetBlackboxPatternsParams> SetBlackboxPatternsParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::SetBlackboxPatternsParams
268 LOG_DEBUGGER(ERROR) << "SetBlackboxPatternsParams::Create " << error; in Create()
275 std::unique_ptr<SetBreakpointByUrlParams> SetBreakpointByUrlParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::SetBreakpointByUrlParams
324 LOG_DEBUGGER(ERROR) << "SetBreakpointByUrlParams::Create " << error; in Create()
331 std::unique_ptr<SetPauseOnExceptionsParams> SetPauseOnExceptionsParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::SetPauseOnExceptionsParams
346 LOG_DEBUGGER(ERROR) << "SetPauseOnExceptionsParams::Create " << error; in Create()
353 std::unique_ptr<StepIntoParams> StepIntoParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::StepIntoParams
372 std::unique_ptr<LocationRange> obj = LocationRange::Create(*skipList->Get(i)); in Create()
388 LOG_DEBUGGER(ERROR) << "StepIntoParams::Create " << error; in Create()
395 std::unique_ptr<StepOverParams> StepOverParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::StepOverParams
407 std::unique_ptr<LocationRange> obj = LocationRange::Create(*skipList->Get(i)); in Create()
423 LOG_DEBUGGER(ERROR) << "StepOverParams::Create " << error; in Create()
430 std::unique_ptr<SetMixedDebugParams> SetMixedDebugParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::SetMixedDebugParams
445 LOG_DEBUGGER(ERROR) << "SetMixedDebugParams::Create " << error; in Create()
452 std::unique_ptr<ReplyNativeCallingParams> ReplyNativeCallingParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::ReplyNativeCallingParams
467 LOG_DEBUGGER(ERROR) << "ReplyNativeCallingParams::Create " << error; in Create()
474 std::unique_ptr<GetPropertiesParams> GetPropertiesParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::GetPropertiesParams
509 LOG_DEBUGGER(ERROR) << "GetPropertiesParams::Create " << error; in Create()
516 std::unique_ptr<CallFunctionOnParams> CallFunctionOnParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::CallFunctionOnParams
545 std::unique_ptr<CallArgument> obj = CallArgument::Create(*arguments->Get(i)); in Create()
626 LOG_DEBUGGER(ERROR) << "CallFunctionOnParams::Create " << error; in Create()
633 std::unique_ptr<StartSamplingParams> StartSamplingParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::StartSamplingParams
648 LOG_DEBUGGER(ERROR) << "StartSamplingParams::Create " << error; in Create()
654 std::unique_ptr<StartTrackingHeapObjectsParams> StartTrackingHeapObjectsParams::Create(const PtJson… in Create() function in panda::ecmascript::tooling::StartTrackingHeapObjectsParams
669 LOG_DEBUGGER(ERROR) << "StartTrackingHeapObjectsParams::Create " << error; in Create()
675 std::unique_ptr<StopTrackingHeapObjectsParams> StopTrackingHeapObjectsParams::Create(const PtJson &… in Create() function in panda::ecmascript::tooling::StopTrackingHeapObjectsParams
706 LOG_DEBUGGER(ERROR) << "StopTrackingHeapObjectsParams::Create " << error; in Create()
712 std::unique_ptr<AddInspectedHeapObjectParams> AddInspectedHeapObjectParams::Create(const PtJson &pa… in Create() function in panda::ecmascript::tooling::AddInspectedHeapObjectParams
727 LOG_DEBUGGER(ERROR) << "AddInspectedHeapObjectParams::Create " << error; in Create()
733 std::unique_ptr<GetHeapObjectIdParams> GetHeapObjectIdParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::GetHeapObjectIdParams
748 LOG_DEBUGGER(ERROR) << "GetHeapObjectIdParams::Create " << error; in Create()
754 std::unique_ptr<GetObjectByHeapObjectIdParams> GetObjectByHeapObjectIdParams::Create(const PtJson &… in Create() function in panda::ecmascript::tooling::GetObjectByHeapObjectIdParams
777 LOG_DEBUGGER(ERROR) << "GetObjectByHeapObjectIdParams::Create " << error; in Create()
783 std::unique_ptr<StartPreciseCoverageParams> StartPreciseCoverageParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::StartPreciseCoverageParams
814 LOG_DEBUGGER(ERROR) << "StartPreciseCoverageParams::Create " << error; in Create()
820 std::unique_ptr<SetSamplingIntervalParams> SetSamplingIntervalParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::SetSamplingIntervalParams
835 LOG_DEBUGGER(ERROR) << "SetSamplingIntervalParams::Create " << error; in Create()
841 std::unique_ptr<RecordClockSyncMarkerParams> RecordClockSyncMarkerParams::Create(const PtJson ¶… in Create() function in panda::ecmascript::tooling::RecordClockSyncMarkerParams
856 LOG_DEBUGGER(ERROR) << "RecordClockSyncMarkerParams::Create " << error; in Create()
863 std::unique_ptr<RequestMemoryDumpParams> RequestMemoryDumpParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::RequestMemoryDumpParams
890 LOG_DEBUGGER(ERROR) << "RequestMemoryDumpParams::Create " << error; in Create()
897 std::unique_ptr<StartParams> StartParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::StartParams
966 std::unique_ptr<TraceConfig> pTraceConfig = TraceConfig::Create(*traceConfig); in Create()
997 LOG_DEBUGGER(ERROR) << "StartParams::Create " << error; in Create()