Lines Matching refs:GetJsDebuggerManager
430 const auto &handler = vm->GetJsDebuggerManager()->GetDebugLibraryHandle(); in StartDebugger()
455 vm->GetJsDebuggerManager()->SetDebugMode(option.isDebugMode); in StartDebugger()
456 vm->GetJsDebuggerManager()->SetDebugLibraryHandle(std::move(handle.Value())); in StartDebugger()
467 vm->GetJsDebuggerManager()->SetDebugMode(option.isDebugMode); in StartDebugger()
486 const auto &handle = vm->GetJsDebuggerManager()->GetDebugLibraryHandle(); in StopDebugger()
498 vm->GetJsDebuggerManager()->SetDebugMode(false); in StopDebugger()
507 vm->GetJsDebuggerManager()->SetDebugMode(false); in StopDebugger()
520 return vm->GetJsDebuggerManager()->IsMixedDebugEnabled(); in IsMixedDebugEnabled()
530 vm->GetJsDebuggerManager()->GetNotificationManager()->NativeCallingEvent(nativeAddress); in NotifyNativeCalling()
1727 vm->GetJsDebuggerManager()->ClearSingleStepper(); in Call()
3603 auto *notificationMgr = vm->GetJsDebuggerManager()->GetNotificationManager(); in InitForConcurrentFunction()