Lines Matching defs:enabled
136 bool V8Debugger::enabled() const { return m_enableCount > 0; }
159 if (!enabled()) {
167 DCHECK(enabled());
173 DCHECK(enabled());
240 if (!enabled()) return;
436 if (session->debuggerAgent()->enabled()) {
493 if (!agent->enabled()) return;
532 if (session->debuggerAgent()->enabled())
569 if (!agent->enabled()) return;
589 if (!agent->enabled()) return;
854 // (a) When no `Runtime` domain is enabled, we stick to the default
857 // (b) When `Runtime` is enabled for at least one front-end, we compute
859 // front-ends whose `Runtime` domains are enabled (which might be 0),
1088 if (session->runtimeAgent()->enabled())