Lines Matching refs:protocolChannel

90     ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
91 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
92 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
102 if (protocolChannel) {
103 delete protocolChannel;
104 protocolChannel = nullptr;
114 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
115 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
116 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
124 if (protocolChannel) {
125 delete protocolChannel;
126 protocolChannel = nullptr;
140 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
141 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
142 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
143 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
158 if (protocolChannel) {
159 delete protocolChannel;
160 protocolChannel = nullptr;
170 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
171 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
172 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
173 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
191 if (protocolChannel) {
192 delete protocolChannel;
193 protocolChannel = nullptr;
203 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
204 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
205 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
206 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
219 if (protocolChannel) {
220 delete protocolChannel;
221 protocolChannel = nullptr;
231 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
232 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
233 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
234 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
247 if (protocolChannel) {
248 delete protocolChannel;
249 protocolChannel = nullptr;
259 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
260 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
261 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
262 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
278 if (protocolChannel) {
279 delete protocolChannel;
280 protocolChannel = nullptr;
290 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
291 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
292 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
293 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
309 if (protocolChannel) {
310 delete protocolChannel;
311 protocolChannel = nullptr;
321 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
322 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
323 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
324 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
337 if (protocolChannel) {
338 delete protocolChannel;
339 protocolChannel = nullptr;
349 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
350 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
351 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
352 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
377 if (protocolChannel) {
378 delete protocolChannel;
379 protocolChannel = nullptr;
389 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
390 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
391 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
392 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
405 if (protocolChannel) {
406 delete protocolChannel;
407 protocolChannel = nullptr;
417 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
418 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
419 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
420 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
435 if (protocolChannel) {
436 delete protocolChannel;
437 protocolChannel = nullptr;
447 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
448 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
449 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
450 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
462 if (protocolChannel) {
463 delete protocolChannel;
464 protocolChannel = nullptr;
474 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
475 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
476 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
477 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
490 if (protocolChannel) {
491 delete protocolChannel;
492 protocolChannel = nullptr;
502 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
503 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
504 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
505 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
521 if (protocolChannel) {
522 delete protocolChannel;
523 protocolChannel = nullptr;
533 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
534 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
535 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
536 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
552 if (protocolChannel) {
553 delete protocolChannel;
554 protocolChannel = nullptr;
564 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
565 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
566 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
567 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
579 if (protocolChannel) {
580 delete protocolChannel;
581 protocolChannel = nullptr;
591 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
592 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
593 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
594 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
608 if (protocolChannel) {
609 delete protocolChannel;
610 protocolChannel = nullptr;
620 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
621 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
622 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
624 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
639 if (protocolChannel) {
640 delete protocolChannel;
641 protocolChannel = nullptr;
651 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
652 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
653 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
655 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
669 if (protocolChannel) {
670 delete protocolChannel;
671 protocolChannel = nullptr;
681 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
682 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
683 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
684 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
696 if (protocolChannel) {
697 delete protocolChannel;
698 protocolChannel = nullptr;
708 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
709 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
710 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
711 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
724 if (protocolChannel) {
725 delete protocolChannel;
726 protocolChannel = nullptr;
736 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
737 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
738 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
739 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
760 if (protocolChannel) {
761 delete protocolChannel;
762 protocolChannel = nullptr;
772 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
773 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
774 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
775 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
788 if (protocolChannel) {
789 delete protocolChannel;
790 protocolChannel = nullptr;
800 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
801 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
802 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
803 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
817 if (protocolChannel) {
818 delete protocolChannel;
819 protocolChannel = nullptr;
829 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
830 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
831 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
832 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
847 if (protocolChannel) {
848 delete protocolChannel;
849 protocolChannel = nullptr;
859 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
860 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
861 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
862 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
877 if (protocolChannel) {
878 delete protocolChannel;
879 protocolChannel = nullptr;
889 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
890 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
891 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
892 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
909 if (protocolChannel) {
910 delete protocolChannel;
911 protocolChannel = nullptr;
921 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
922 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
923 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
924 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
936 if (protocolChannel) {
937 delete protocolChannel;
938 protocolChannel = nullptr;
948 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
949 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
950 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
951 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
966 if (protocolChannel) {
967 delete protocolChannel;
968 protocolChannel = nullptr;
978 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
979 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
980 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
981 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
995 if (protocolChannel) {
996 delete protocolChannel;
997 protocolChannel = nullptr;
1007 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
1008 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
1009 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
1010 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
1022 if (protocolChannel) {
1023 delete protocolChannel;
1024 protocolChannel = nullptr;
1034 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
1035 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
1036 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
1037 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
1056 if (protocolChannel) {
1057 delete protocolChannel;
1058 protocolChannel = nullptr;
1068 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
1069 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
1070 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
1071 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
1083 if (protocolChannel) {
1084 delete protocolChannel;
1085 protocolChannel = nullptr;
1095 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
1096 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
1097 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
1098 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
1112 if (protocolChannel) {
1113 delete protocolChannel;
1114 protocolChannel = nullptr;
1124 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
1125 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
1126 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
1127 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
1139 if (protocolChannel) {
1140 delete protocolChannel;
1141 protocolChannel = nullptr;
1151 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
1152 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
1153 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
1154 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
1168 if (protocolChannel) {
1169 delete protocolChannel;
1170 protocolChannel = nullptr;
1180 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
1181 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
1182 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
1184 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
1197 if (protocolChannel) {
1198 delete protocolChannel;
1199 protocolChannel = nullptr;
1209 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
1210 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
1211 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
1213 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
1233 if (protocolChannel) {
1234 delete protocolChannel;
1235 protocolChannel = nullptr;
1245 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
1246 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
1247 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
1249 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
1264 if (protocolChannel) {
1265 delete protocolChannel;
1266 protocolChannel = nullptr;
1276 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
1277 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
1278 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
1279 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
1292 if (protocolChannel != nullptr) {
1293 delete protocolChannel;
1294 protocolChannel = nullptr;
1304 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
1305 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
1306 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
1307 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
1320 if (protocolChannel) {
1321 delete protocolChannel;
1322 protocolChannel = nullptr;
1332 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
1333 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
1334 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
1335 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
1355 if (protocolChannel) {
1356 delete protocolChannel;
1357 protocolChannel = nullptr;
1367 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
1368 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
1369 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
1371 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
1391 if (protocolChannel) {
1392 delete protocolChannel;
1393 protocolChannel = nullptr;
1403 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
1404 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
1405 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
1406 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
1421 if (protocolChannel) {
1422 delete protocolChannel;
1423 protocolChannel = nullptr;
1433 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
1434 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
1435 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
1436 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
1449 if (protocolChannel) {
1450 delete protocolChannel;
1451 protocolChannel = nullptr;
1461 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
1462 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
1463 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
1464 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
1479 if (protocolChannel) {
1480 delete protocolChannel;
1481 protocolChannel = nullptr;
1491 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
1492 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
1493 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
1494 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
1509 if (protocolChannel) {
1510 delete protocolChannel;
1511 protocolChannel = nullptr;
1521 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
1522 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
1523 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
1524 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
1536 if (protocolChannel) {
1537 delete protocolChannel;
1538 protocolChannel = nullptr;
1548 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
1549 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
1550 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
1551 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
1567 if (protocolChannel) {
1568 delete protocolChannel;
1569 protocolChannel = nullptr;
1579 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
1580 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
1581 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
1582 auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(debuggerImpl));
1598 if (protocolChannel) {
1599 delete protocolChannel;
1600 protocolChannel = nullptr;
1610 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
1611 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
1612 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
1629 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
1631 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
1632 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
1641 if (protocolChannel) {
1642 delete protocolChannel;
1643 protocolChannel = nullptr;
1653 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
1655 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
1656 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
1665 if (protocolChannel) {
1666 delete protocolChannel;
1667 protocolChannel = nullptr;
1677 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
1679 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
1680 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
1689 if (protocolChannel) {
1690 delete protocolChannel;
1691 protocolChannel = nullptr;
1701 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
1703 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
1704 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
1713 if (protocolChannel) {
1714 delete protocolChannel;
1715 protocolChannel = nullptr;
1725 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
1727 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
1728 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
1737 if (protocolChannel) {
1738 delete protocolChannel;
1739 protocolChannel = nullptr;
1749 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
1751 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
1752 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
1761 if (protocolChannel) {
1762 delete protocolChannel;
1763 protocolChannel = nullptr;
1773 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
1774 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
1775 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());
1792 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm);
1793 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel);
1794 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get());