Lines Matching refs:ptJson
54 std::unique_ptr<PtJson> ptJson = PtJson::CreateObject();
56 ptJson->Add("maxScriptsCacheSize", attribute.c_str());
57 std::unique_ptr<EnableParams> result = EnableParams::Create(*ptJson);
63 std::unique_ptr<PtJson> ptJson = PtJson::CreateObject();
65 ptJson->Add("objectGroup", 0);
66 ptJson->Add("includeCommandLineAPI", attribute.c_str());
67 ptJson->Add("silent", attribute.c_str());
68 ptJson->Add("returnByValue", attribute.c_str());
69 ptJson->Add("generatePreview", attribute.c_str());
70 ptJson->Add("throwOnSideEffect", attribute.c_str());
71 std::unique_ptr<EvaluateOnCallFrameParams> result = EvaluateOnCallFrameParams::Create(*ptJson);
77 std::unique_ptr<PtJson> ptJson = PtJson::CreateObject();
82 ptJson->Add("start", start);
83 ptJson->Add("end", end);
84 std::unique_ptr<GetPossibleBreakpointsParams> result = GetPossibleBreakpointsParams::Create(*ptJson);
94 std::unique_ptr<PtJson> ptJson = PtJson::CreateObject();
97 ptJson->Add("terminateOnResume", attribute.c_str());
98 std::unique_ptr<ResumeParams> result = ResumeParams::Create(*ptJson);
106 std::unique_ptr<PtJson> ptJson = PtJson::CreateObject();
112 ptJson->Add("patterns", array);
113 std::unique_ptr<SetBlackboxPatternsParams> result = SetBlackboxPatternsParams::Create(*ptJson);
119 std::unique_ptr<PtJson> ptJson = PtJson::CreateObject();
129 ptJson->Add("skipList", array);
130 std::unique_ptr<StepIntoParams> result = StepIntoParams::Create(*ptJson);
138 std::unique_ptr<PtJson> ptJson = PtJson::CreateObject();
148 ptJson->Add("skipList", array);
149 std::unique_ptr<StepOverParams> result = StepOverParams::Create(*ptJson);
157 std::unique_ptr<PtJson> ptJson = PtJson::CreateObject();
160 ptJson->Add("enabled", attribute.c_str());
161 std::unique_ptr<SetMixedDebugParams> result = SetMixedDebugParams::Create(*ptJson);
169 std::unique_ptr<PtJson> ptJson = PtJson::CreateObject();
172 ptJson->Add("userCode", attribute.c_str());
173 std::unique_ptr<ReplyNativeCallingParams> result = ReplyNativeCallingParams::Create(*ptJson);
181 std::unique_ptr<PtJson> ptJson = PtJson::CreateObject();
183 ptJson->Add("arguments", attribute.c_str());
184 std::unique_ptr<CallFunctionOnParams> result = CallFunctionOnParams::Create(*ptJson);
190 std::unique_ptr<PtJson> ptJson = PtJson::CreateObject();
192 ptJson->Add("arguments", attribute.c_str());
193 std::unique_ptr<GetHeapObjectIdParams> result = GetHeapObjectIdParams::Create(*ptJson);
199 std::unique_ptr<PtJson> ptJson = PtJson::CreateObject();
201 ptJson->Add("arguments", attribute.c_str());
202 std::unique_ptr<GetObjectByHeapObjectIdParams> result = GetObjectByHeapObjectIdParams::Create(*ptJson);
208 std::unique_ptr<PtJson> ptJson = PtJson::CreateObject();
211 ptJson->Add("deterministic", attribute.c_str());
212 ptJson->Add("levelOfDetail", attribute.c_str());
213 std::unique_ptr<RequestMemoryDumpParams> result = RequestMemoryDumpParams::Create(*ptJson);
222 std::unique_ptr<PtJson> ptJson = PtJson::CreateObject();
226 ptJson->Add("categories", 0);
227 ptJson->Add("options", 0);
228 ptJson->Add("bufferUsageReportingInterval", attribute.c_str());
229 ptJson->Add("transferMode", 0);
230 ptJson->Add("streamFormat", 0);
231 ptJson->Add("streamCompression", 0);
232 ptJson->Add("traceConfig", 0);
233 ptJson->Add("perfettoConfig", 0);
234 ptJson->Add("tracingBackend", 0);
235 std::unique_ptr<StartParams> result = StartParams::Create(*ptJson);