Lines Matching refs:GetJsDebuggerManager
55 vm_->GetJsDebuggerManager()->SetLocalScopeUpdater(&updaterFunc_); in DebuggerImpl()
56 vm_->GetJsDebuggerManager()->SetStepperFunc(&stepperFunc_); in DebuggerImpl()
57 vm_->GetJsDebuggerManager()->SetJSReturnNativeFunc(&returnNative_); in DebuggerImpl()
64 vm_->GetJsDebuggerManager()->SetLocalScopeUpdater(nullptr); in ~DebuggerImpl()
65 vm_->GetJsDebuggerManager()->SetStepperFunc(nullptr); in ~DebuggerImpl()
66 vm_->GetJsDebuggerManager()->SetJSReturnNativeFunc(nullptr); in ~DebuggerImpl()
82 if (!vm_->GetJsDebuggerManager()->IsDebugApp()) { in NotifyScriptParsed()
355 auto *handler = vm_->GetJsDebuggerManager()->GetDebuggerHandler(); in NotifyHandleProtocolCommand()
698 return vm->GetJsDebuggerManager()->IsDebugMode() && channel_ != nullptr; in AllowNotify()
808 vm_->GetJsDebuggerManager()->SetDebugMode(true); in Enable()
821 vm_->GetJsDebuggerManager()->SetDebugMode(false); in Disable()
974 if (!vm_->GetJsDebuggerManager()->IsDebugMode()) { in SetBreakpointByUrl()
1039 if (!vm_->GetJsDebuggerManager()->IsDebugMode()) { in GetPossibleAndSetBreakpointByUrl()
1184 vm_->GetJsDebuggerManager()->SetMixedDebugEnabled(params.GetEnabled()); in SetMixedDebugEnabled()
1185 vm_->GetJsDebuggerManager()->SetMixedStackEnabled(params.GetMixedStackEnabled()); in SetMixedDebugEnabled()
1753 JsDebuggerManager *mgr = vm_->GetJsDebuggerManager(); in CmptEvaluateValue()