• Home
  • Raw
  • Download

Lines Matching full:std

26     explicit DebuggerImplFriendTest(std::unique_ptr<DebuggerImpl> &debuggerImpl)  in DebuggerImplFriendTest()
28 debuggerImpl_ = std::move(debuggerImpl); in DebuggerImplFriendTest()
31 void CheckAndGenerateCondFunc(const std::optional<std::string> condition) in CheckAndGenerateCondFunc()
36 Local<JSValueRef> ConvertToLocal(const std::string &varValue) in ConvertToLocal()
46 bool DecodeAndCheckBase64(const std::string &src, std::vector<uint8_t> &dest) in DecodeAndCheckBase64()
51 std::unique_ptr<DebuggerImpl> debuggerImpl_;
86 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
87 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
88 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
91 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
92 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
95 std::string strFilename = "filename"; in HWTEST_F_L0()
110 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
111 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
112 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
115 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
116 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
120 std::string strFilename = ""; in HWTEST_F_L0()
136 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
137 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
138 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
141 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
142 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
143 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
146 std::string msg = std::string() + in HWTEST_F_L0()
166 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
167 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
168 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
171 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
172 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
173 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
176 std::string msg = std::string() + in HWTEST_F_L0()
187 bool condition = outStrForCallbackCheck.find("protocols") != std::string::npos && in HWTEST_F_L0()
188 outStrForCallbackCheck.find("debuggerId") != std::string::npos; in HWTEST_F_L0()
199 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
200 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
201 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
204 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
205 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
206 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
209 std::string msg = std::string() + in HWTEST_F_L0()
227 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
228 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
229 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
232 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
233 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
234 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
237 std::string msg = std::string() + in HWTEST_F_L0()
255 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
256 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
257 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
260 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
261 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
262 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
265 std::string msg = std::string() + in HWTEST_F_L0()
286 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
287 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
288 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
291 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
292 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
293 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
296 std::string msg = std::string() + in HWTEST_F_L0()
317 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
318 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
319 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
322 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
323 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
324 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
327 std::string msg = std::string() + in HWTEST_F_L0()
345 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
346 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
347 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
350 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
351 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
352 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
355 std::string msg = std::string() + in HWTEST_F_L0()
385 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
386 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
387 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
390 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
391 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
392 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
395 std::string msg = std::string() + in HWTEST_F_L0()
413 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
414 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
415 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
418 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
419 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
420 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
423 std::string msg = std::string() + in HWTEST_F_L0()
443 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
444 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
445 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
448 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
449 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
450 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
453 std::string msg = std::string() + in HWTEST_F_L0()
470 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
471 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
472 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
475 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
476 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
477 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
480 std::string msg = std::string() + in HWTEST_F_L0()
498 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
499 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
500 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
503 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
504 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
505 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
508 std::string msg = std::string() + in HWTEST_F_L0()
529 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
530 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
531 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
534 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
535 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
536 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
539 std::string msg = std::string() + in HWTEST_F_L0()
560 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
561 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
562 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
565 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
566 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
567 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
569 std::string msg = std::string() + in HWTEST_F_L0()
587 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
588 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
589 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
592 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
593 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
594 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
596 std::string msg = std::string() + in HWTEST_F_L0()
616 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
617 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
618 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
621 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
622 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
624 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
627 std::string msg = std::string() + in HWTEST_F_L0()
647 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
648 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
649 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
652 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
653 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
655 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
657 std::string msg = std::string() + in HWTEST_F_L0()
677 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
678 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
679 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
682 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
683 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
684 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
686 std::string msg = std::string() + in HWTEST_F_L0()
704 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
705 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
706 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
709 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
710 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
711 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
714 std::string msg = std::string() + in HWTEST_F_L0()
732 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
733 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
734 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
737 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
738 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
739 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
743 std::string msg = std::string() + in HWTEST_F_L0()
768 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
769 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
770 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
773 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
774 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
775 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
778 std::string msg = std::string() + in HWTEST_F_L0()
796 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
797 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
798 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
801 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
802 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
803 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
805 std::string msg = std::string() + in HWTEST_F_L0()
825 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
826 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
827 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
830 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
831 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
832 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
835 std::string msg = std::string() + in HWTEST_F_L0()
855 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
856 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
857 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
860 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
861 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
862 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
865 std::string msg = std::string() + in HWTEST_F_L0()
885 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
886 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
887 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
890 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
891 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
892 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
895 std::string msg = std::string() + in HWTEST_F_L0()
917 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
918 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
919 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
922 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
923 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
924 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
926 std::string msg = std::string() + in HWTEST_F_L0()
944 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
945 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
946 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
949 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
950 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
951 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
954 std::string msg = std::string() + in HWTEST_F_L0()
974 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
975 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
976 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
979 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
980 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
981 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
983 std::string msg = std::string() + in HWTEST_F_L0()
1003 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1004 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1005 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1008 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1009 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1010 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1012 std::string msg = std::string() + in HWTEST_F_L0()
1030 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1031 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1032 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1035 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1036 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1037 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1039 std::string msg = std::string() + in HWTEST_F_L0()
1064 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1065 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1066 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1069 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1070 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1071 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1073 std::string msg = std::string() + in HWTEST_F_L0()
1091 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1092 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1093 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1096 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1097 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1098 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1100 std::string msg = std::string() + in HWTEST_F_L0()
1120 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1121 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1122 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1125 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1126 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1127 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1129 std::string msg = std::string() + in HWTEST_F_L0()
1147 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1148 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1149 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1152 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1153 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1154 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1156 std::string msg = std::string() + in HWTEST_F_L0()
1176 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1177 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1178 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1181 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1182 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1184 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1186 std::string msg = std::string() + in HWTEST_F_L0()
1205 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1206 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1207 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1210 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1211 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1213 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1215 std::string msg = std::string() + in HWTEST_F_L0()
1241 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1242 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1243 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1246 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1247 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1249 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1251 std::string msg = std::string() + in HWTEST_F_L0()
1272 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1273 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1274 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1277 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1278 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1279 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1281 std::string msg = std::string() + R"({"id":0,"method":"Debugger.callFunctionOn","params":{ in HWTEST_F_L0()
1285 ASSERT_TRUE(outStrForCallbackCheck.find("wrong params") != std::string::npos); in HWTEST_F_L0()
1287 msg = std::string() + R"({"id":0,"method":"Debugger.callFunctionOn","params":{ in HWTEST_F_L0()
1291 ASSERT_TRUE(outStrForCallbackCheck.find("Unsupport eval now") == std::string::npos); in HWTEST_F_L0()
1300 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1301 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1302 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1305 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1306 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1307 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1309 std::string msg = std::string() + in HWTEST_F_L0()
1328 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1329 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1330 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1333 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1334 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1335 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1337 std::string msg = std::string() + in HWTEST_F_L0()
1363 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1364 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1365 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1368 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1369 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1371 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1373 std::string msg = std::string() + in HWTEST_F_L0()
1399 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1400 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1401 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1404 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1405 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1406 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1408 std::string msg = std::string() + in HWTEST_F_L0()
1429 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1430 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1431 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1434 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1435 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1436 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1438 std::string msg = std::string() + in HWTEST_F_L0()
1457 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1458 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1459 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1462 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1463 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1464 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1466 std::string msg = std::string() + in HWTEST_F_L0()
1487 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1488 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1489 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1492 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1493 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1494 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1496 std::string msg = std::string() + in HWTEST_F_L0()
1517 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1518 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1519 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1522 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1523 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1524 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1526 std::string msg = std::string() + in HWTEST_F_L0()
1544 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1545 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1546 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1549 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1550 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1551 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1553 std::string msg = std::string() + in HWTEST_F_L0()
1575 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1576 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1577 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1580 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1581 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1582 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1584 std::string msg = std::string() + in HWTEST_F_L0()
1606 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1607 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1608 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1611 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1612 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1613 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debuggerImpl.get()); in HWTEST_F_L0()
1625 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1626 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1627 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1631 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1632 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1633 std::unique_ptr<PtJson> json = PtJson::CreateObject(); in HWTEST_F_L0()
1636 std::unique_ptr<SetMixedDebugParams> params = SetMixedDebugParams::Create(*json); in HWTEST_F_L0()
1639 auto debugger = std::make_unique<DebuggerImplFriendTest>(debuggerImpl); in HWTEST_F_L0()
1649 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1650 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1651 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1655 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1656 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1657 std::unique_ptr<PtJson> json = PtJson::CreateObject(); in HWTEST_F_L0()
1660 std::unique_ptr<SetMixedDebugParams> params = SetMixedDebugParams::Create(*json); in HWTEST_F_L0()
1663 auto debugger = std::make_unique<DebuggerImplFriendTest>(debuggerImpl); in HWTEST_F_L0()
1673 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1674 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1675 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1679 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1680 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1681 std::unique_ptr<PtJson> json = PtJson::CreateObject(); in HWTEST_F_L0()
1684 std::unique_ptr<SetMixedDebugParams> params = SetMixedDebugParams::Create(*json); in HWTEST_F_L0()
1687 auto debugger = std::make_unique<DebuggerImplFriendTest>(debuggerImpl); in HWTEST_F_L0()
1697 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1698 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1699 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1703 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1704 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1705 std::unique_ptr<PtJson> json = PtJson::CreateObject(); in HWTEST_F_L0()
1708 std::unique_ptr<SetMixedDebugParams> params = SetMixedDebugParams::Create(*json); in HWTEST_F_L0()
1711 auto debugger = std::make_unique<DebuggerImplFriendTest>(debuggerImpl); in HWTEST_F_L0()
1721 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1722 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1723 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1727 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1728 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1729 std::unique_ptr<PtJson> json = PtJson::CreateObject(); in HWTEST_F_L0()
1732 std::unique_ptr<SetMixedDebugParams> params = SetMixedDebugParams::Create(*json); in HWTEST_F_L0()
1735 auto debugger = std::make_unique<DebuggerImplFriendTest>(debuggerImpl); in HWTEST_F_L0()
1745 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1746 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1747 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1751 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1752 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1753 std::unique_ptr<PtJson> json = PtJson::CreateObject(); in HWTEST_F_L0()
1756 std::unique_ptr<SetMixedDebugParams> params = SetMixedDebugParams::Create(*json); in HWTEST_F_L0()
1759 auto debugger = std::make_unique<DebuggerImplFriendTest>(debuggerImpl); in HWTEST_F_L0()
1769 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1770 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1771 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1774 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1775 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1776 auto debugger = std::make_unique<DebuggerImplFriendTest>(debuggerImpl); in HWTEST_F_L0()
1777 std::vector<uint8_t> dest; in HWTEST_F_L0()
1780 std::string msg = "UEFOREEAAAAAAAAADAACAEgBAAAAAAAAAAAAAAIAAAA8AAAAAQAA"; in HWTEST_F_L0()
1788 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1789 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1790 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1793 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1794 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1795 auto debugger = std::make_unique<DebuggerImplFriendTest>(debuggerImpl); in HWTEST_F_L0()