Lines Matching refs:params
74 // abnormal params of null msg
79 // abnormal params of unexist key params
84 // abnormal params of null params.sub-key
85 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})";
89 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"location":10,
94 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"location":{"scriptId":"2", "lineNumber":3,
110 // abnormal params of null msg
115 // abnormal params of unexist key params
120 // abnormal params of null params.sub-key
121 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})";
126 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"active":true}})";
137 // abnormal params of null msg
142 // abnormal params of unexist key params
147 // abnormal params of null params.sub-key
148 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})";
152 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"skip":true}})";
163 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"enabled":"test", "mixedStackEnabled":true}})";
167 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"enabled":true, "mixedStackEnabled":true}})";
179 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"locations":10}})";
183 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"locations":[{"lineNumber":3,
199 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"droppedDepth":true}})";
203 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"droppedDepth":3}})";
215 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})";
221 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"maxScriptsCacheSize":100}})";
232 // abnormal params of null params.sub-key
233 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})";
238 // abnormal params of unknown params.sub-key
239 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"unknownKey":100}})";
244 // abnormal params of params.sub-key=["samplingInterval":true]
245 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"samplingInterval":true}})";
249 // abnormal params of params.sub-key=["samplingInterval":true]
250 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"samplingInterval":"Test"}})";
254 // abnormal params of params.sub-key = [ "size"=100,"nodeId"=1,"ordinal"=10]
255 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"samplingInterval":1000}})";
266 // abnormal params of null params.sub-key
267 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})";
272 // abnormal params of unknown params.sub-key
273 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"unknownKey":100}})";
278 // abnormal params of params.sub-key=["trackAllocations":10]
279 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"trackAllocations":10}})";
283 // abnormal params of params.sub-key=["trackAllocations":"Test"]
284 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"trackAllocations":"Test"}})";
288 // abnormal params of params.sub-key=["trackAllocations":true]
289 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"trackAllocations":true}})";
300 // abnormal params of null params.sub-key
301 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})";
308 // abnormal params of unknown params.sub-key
309 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"unknownKey":100}})";
316 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{
323 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{
330 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{
346 // abnormal params of null msg
351 // abnormal params of unexist key params
356 // abnormal params of null params.sub-key
357 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})";
361 // abnormal params of unknown params.sub-key
362 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"unknownKey":100}})";
366 // abnormal params of params.sub-key=["heapObjectId":10]
367 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"heapObjectId":10}})";
371 // abnormal params of params.sub-key=["heapObjectId":true]
372 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"heapObjectId":true}})";
376 // abnormal params of params.sub-key=["heapObjectId":“10”]
377 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"heapObjectId":"10"}})";
388 // abnormal params of params.sub-key=["objectId":10]
389 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"objectId":10}})";
393 // abnormal params of params.sub-key=["objectId":true]
394 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"objectId":true}})";
398 // abnormal params of params.sub-key=["objectId":“10”]
399 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"objectId":"10"}})";
410 // abnormal params of params.sub-key=["objectId":10]
411 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"objectId":10}})";
415 // abnormal params of params.sub-key=["objectId":true]
416 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"objectId":"10", "objectGroup":10}})";
420 // abnormal params of params.sub-key=["objectId":“10”]
421 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"objectId":"10"}})";
427 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"objectId":"10", "objectGroup":"groupname"}})";
439 // abnormal params of null params.sub-key
440 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})";
444 // abnormal params of unknown params.sub-key
445 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"unknownKey":100}})";
449 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{
456 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{
463 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{
479 // abnormal params of null msg
484 // abnormal params of unexist key params
489 // abnormal params of null params.sub-key
490 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})";
494 // abnormal params of unknown params.sub-key
495 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"unknownKey":100}})";
499 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{
504 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"interval":500}})";
515 // abnormal params of null msg
520 // abnormal params of unexist key params
525 // abnormal params of null params.sub-key
526 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})";
530 // abnormal params of unknown params.sub-key
531 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"unknownKey":100}})";
535 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"syncId":"101"}})";
546 // abnormal params of null msg
551 // abnormal params of unexist key params
556 // abnormal params of null params.sub-key
557 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})";
561 // abnormal params of unknown params.sub-key
562 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"unknownKey":100}})";
566 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"deterministic":true,
579 // abnormal params of null msg
584 // abnormal params of unexist key params
589 // abnormal params of null params.sub-key
590 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})";
594 // abnormal params of unknown params.sub-key
595 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"unknownKey":100}})";
599 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"categories":"filter1",
623 // abnormal params of null msg
628 // abnormal params of unexist key params
633 // abnormal params of null params.sub-key
634 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})";
638 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"callFrameId":1, "expression":true,
643 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"callFrameId":"1", "expression":"test",
657 // abnormal params of null msg
662 // abnormal params of unexist key params
667 // abnormal params of null params.sub-key
668 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})";
672 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"start":10, "end":10,
676 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"start":{"scriptId":"1", "lineNumber":1,
696 // abnormal params of null msg
701 // abnormal params of unexist key params
706 // abnormal params of null params.sub-key
707 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})";
711 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"scriptId":10}})";
715 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"scriptId":"10"}})";
726 // abnormal params of null msg
731 // abnormal params of unexist key params
736 // abnormal params of null params.sub-key
737 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})";
741 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"breakpointId":10}})";
745 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"breakpointId":"10"}})";
756 // abnormal params of null msg
761 // abnormal params of unexist key params
766 // abnormal params of null params.sub-key
767 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})";
771 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"url":10}})";
775 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"url":"10"}})";
786 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"terminateOnResume":10}})";
790 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"terminateOnResume":true}})";
801 // abnormal params of null msg
806 // abnormal params of unexist key params
811 // abnormal params of null params.sub-key
812 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})";
816 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"maxDepth":true}})";
820 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"maxDepth":5}})";
831 // abnormal params of null msg
836 // abnormal params of unexist key params
841 // abnormal params of null params.sub-key
842 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})";
846 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"patterns":"testpattern"}})";
850 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"patterns":["testpattern1", "testpattern2"]}})";
862 // abnormal params of null msg
867 // abnormal params of unexist key params
872 // abnormal params of null params.sub-key
873 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})";
877 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"lineNumber":"10", "url":10,
882 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"lineNumber":10, "url":"testURL",
899 // abnormal params of null msg
904 // abnormal params of unexist key params
909 // abnormal params of null params.sub-key
910 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})";
914 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"state":10}})";
918 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"state":"none"}})";
929 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"breakOnAsyncCall":10, "skipList":true}})";
933 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"breakOnAsyncCall":true,
950 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"skipList":true}})";
954 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"skipList":[{"scriptId":"1",
968 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"userCode":"test"}})";
972 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"userCode":true}})";
983 // abnormal params of null msg
988 // abnormal params of unexist key params
993 // abnormal params of null params.sub-key
994 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})";
998 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"objectId":10, "ownProperties":1,
1003 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"objectId":"10", "ownProperties":true,
1018 // abnormal params of null msg
1023 // abnormal params of unexist key params
1028 // abnormal params of null params.sub-key
1029 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})";
1033 msg = std::string() + R"({"id":0, "method":"Debugger.Test", "params":{"callFrameId":0, "functionDeclaration":true,
1040 msg = std::string() + R"({"id":0, "method":"Debugger.Test", "params":{"callFrameId":"0",
1068 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"resetSingleStepper":"test"}})";
1072 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"resetSingleStepper":true}})";