Searched refs:hasAgents (Results 1 – 1 of 1) sorted by relevance
446 bool hasAgents = false; in handleProgramBreak() local449 [&scheduledOOMBreak, &hasAgents](V8InspectorSessionImpl* session) { in handleProgramBreak()451 hasAgents = true; in handleProgramBreak()453 if (!hasAgents) return; in handleProgramBreak()564 bool hasAgents = false; in IsFunctionBlackboxed() local569 [&hasAgents, &allBlackboxed, &scriptId, &start, in IsFunctionBlackboxed()573 hasAgents = true; in IsFunctionBlackboxed()576 return hasAgents && allBlackboxed; in IsFunctionBlackboxed()584 bool hasAgents = false; in ShouldBeSkipped() local589 [&hasAgents, &allShouldBeSkipped, &scriptId, line, in ShouldBeSkipped()[all …]