Lines Matching full:create
19 std::unique_ptr<EnableParams> EnableParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::EnableParams
34 LOG(ERROR, DEBUGGER) << "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(ERROR, DEBUGGER) << "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(ERROR, DEBUGGER) << "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(ERROR, DEBUGGER) << "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(ERROR, DEBUGGER) << "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(ERROR, DEBUGGER) << "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(ERROR, DEBUGGER) << "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(ERROR, DEBUGGER) << "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(ERROR, DEBUGGER) << "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(ERROR, DEBUGGER) << "SetPauseOnExceptionsParams::Create " << error; in Create()
353 std::unique_ptr<StepIntoParams> StepIntoParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::StepIntoParams
371 std::unique_ptr<LocationRange> obj = LocationRange::Create(*skipList->Get(i)); in Create()
383 LOG(ERROR, DEBUGGER) << "StepIntoParams::Create " << error; in Create()
390 std::unique_ptr<StepOverParams> StepOverParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::StepOverParams
401 std::unique_ptr<LocationRange> obj = LocationRange::Create(*skipList->Get(i)); in Create()
413 LOG(ERROR, DEBUGGER) << "StepOverParams::Create " << error; in Create()
420 std::unique_ptr<GetPropertiesParams> GetPropertiesParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::GetPropertiesParams
455 LOG(ERROR, DEBUGGER) << "GetPropertiesParams::Create " << error; in Create()
462 std::unique_ptr<CallFunctionOnParams> CallFunctionOnParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::CallFunctionOnParams
490 std::unique_ptr<CallArgument> obj = CallArgument::Create(*arguments->Get(i)); in Create()
567 LOG(ERROR, DEBUGGER) << "CallFunctionOnParams::Create " << error; in Create()
575 std::unique_ptr<StartSamplingParams> StartSamplingParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::StartSamplingParams
590 LOG(ERROR, DEBUGGER) << "StartSamplingParams::Create " << error; in Create()
596 std::unique_ptr<StartTrackingHeapObjectsParams> StartTrackingHeapObjectsParams::Create(const PtJson… in Create() function in panda::ecmascript::tooling::StartTrackingHeapObjectsParams
611 LOG(ERROR, DEBUGGER) << "StartTrackingHeapObjectsParams::Create " << error; in Create()
617 std::unique_ptr<StopTrackingHeapObjectsParams> StopTrackingHeapObjectsParams::Create(const PtJson &… in Create() function in panda::ecmascript::tooling::StopTrackingHeapObjectsParams
648 LOG(ERROR, DEBUGGER) << "StopTrackingHeapObjectsParams::Create " << error; in Create()
654 std::unique_ptr<AddInspectedHeapObjectParams> AddInspectedHeapObjectParams::Create(const PtJson &pa… in Create() function in panda::ecmascript::tooling::AddInspectedHeapObjectParams
669 LOG(ERROR, DEBUGGER) << "AddInspectedHeapObjectParams::Create " << error; in Create()
675 std::unique_ptr<GetHeapObjectIdParams> GetHeapObjectIdParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::GetHeapObjectIdParams
690 LOG(ERROR, DEBUGGER) << "GetHeapObjectIdParams::Create " << error; in Create()
696 std::unique_ptr<GetObjectByHeapObjectIdParams> GetObjectByHeapObjectIdParams::Create(const PtJson &… in Create() function in panda::ecmascript::tooling::GetObjectByHeapObjectIdParams
719 LOG(ERROR, DEBUGGER) << "GetObjectByHeapObjectIdParams::Create " << error; in Create()
725 std::unique_ptr<StartPreciseCoverageParams> StartPreciseCoverageParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::StartPreciseCoverageParams
756 LOG(ERROR, DEBUGGER) << "StartPreciseCoverageParams::Create " << error; in Create()
762 std::unique_ptr<SetSamplingIntervalParams> SetSamplingIntervalParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::SetSamplingIntervalParams
777 LOG(ERROR, DEBUGGER) << "SetSamplingIntervalParams::Create " << error; in Create()