Home
last modified time | relevance | path

Searched refs:hasAgents (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/inspector/
Dv8-debugger.cc446 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()
[all …]