Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger.h85 bool isPausedInContextGroup(int contextGroupId) const;
Dv8-debugger.cc213 bool V8Debugger::isPausedInContextGroup(int contextGroupId) const { in isPausedInContextGroup() function in v8_inspector::V8Debugger
Dv8-debugger-agent-impl.cc1375 return m_debugger->isPausedInContextGroup(m_session->contextGroupId()); in isPaused()