Searched refs:m_hasActiveDebugSession (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/remote/
H A DRemoteInspector.h59 bool hasActiveDebugSession() const { return m_hasActiveDebugSession; }
114 bool m_hasActiveDebugSession; member in class:Inspector::final
H A DRemoteInspector.mm86 , m_hasActiveDebugSession(false)
402 if (hasActiveDebuggerSession == m_hasActiveDebugSession)
405 m_hasActiveDebugSession = hasActiveDebuggerSession;

Completed in 63 milliseconds