Lines Matching refs:hasAgents
446 bool hasAgents = false; in handleProgramBreak() local
449 [&scheduledOOMBreak, &hasAgents](V8InspectorSessionImpl* session) { in handleProgramBreak()
451 hasAgents = true; in handleProgramBreak()
453 if (!hasAgents) return; in handleProgramBreak()
564 bool hasAgents = false; in IsFunctionBlackboxed() local
569 [&hasAgents, &allBlackboxed, &scriptId, &start, in IsFunctionBlackboxed()
573 hasAgents = true; in IsFunctionBlackboxed()
576 return hasAgents && allBlackboxed; in IsFunctionBlackboxed()
584 bool hasAgents = false; in ShouldBeSkipped() local
589 [&hasAgents, &allShouldBeSkipped, &scriptId, line, in ShouldBeSkipped()
593 hasAgents = true; in ShouldBeSkipped()
597 return hasAgents && allShouldBeSkipped; in ShouldBeSkipped()