• Home
  • Raw
  • Download

Lines Matching refs:GetJsDebuggerManager

58     vm_->GetJsDebuggerManager()->SetLocalScopeUpdater(&updaterFunc_);  in DebuggerImpl()
59 vm_->GetJsDebuggerManager()->SetStepperFunc(&stepperFunc_); in DebuggerImpl()
60 vm_->GetJsDebuggerManager()->SetJSReturnNativeFunc(&returnNative_); in DebuggerImpl()
67 vm_->GetJsDebuggerManager()->SetLocalScopeUpdater(nullptr); in ~DebuggerImpl()
68 vm_->GetJsDebuggerManager()->SetStepperFunc(nullptr); in ~DebuggerImpl()
69 vm_->GetJsDebuggerManager()->SetJSReturnNativeFunc(nullptr); in ~DebuggerImpl()
91 if (!vm_->GetJsDebuggerManager()->GetFaApp() && jsPandaFile->IsBundlePack()) { in NotifyScriptParsed()
148 if (!vm_->GetJsDebuggerManager()->IsDebugApp()) { in CheckScriptParsed()
460 auto *handler = vm_->GetJsDebuggerManager()->GetDebuggerHandler(); in NotifyHandleProtocolCommand()
979 return vm->GetJsDebuggerManager()->IsDebugMode() && channel_ != nullptr; in AllowNotify()
1091 vm_->GetJsDebuggerManager()->SetDebugMode(true); in Enable()
1142 vm_->GetJsDebuggerManager()->SetDebugMode(false); in Disable()
1333 if (!vm_->GetJsDebuggerManager()->IsDebugMode()) { in SetBreakpointByUrl()
1389 if (!vm_->GetJsDebuggerManager()->IsDebugMode()) { in GetPossibleAndSetBreakpointByUrl()
1430 if (!vm_->GetJsDebuggerManager()->IsDebugMode()) { in SaveAllPossibleBreakpoints()
1601 vm_->GetJsDebuggerManager()->SetMixedDebugEnabled(params.GetEnabled()); in SetMixedDebugEnabled()
1602 vm_->GetJsDebuggerManager()->SetMixedStackEnabled(params.GetMixedStackEnabled()); in SetMixedDebugEnabled()
2187 JsDebuggerManager *mgr = vm_->GetJsDebuggerManager(); in CmptEvaluateValue()