Searched refs:hasGlobalListeners (Results 1 – 3 of 3) sorted by relevance
162 if (hasGlobalListeners()) in hasListenersInterestedInPage()356 if (hasGlobalListeners()) { in sourceParsed()623 if (hasGlobalListeners() || (page && hasListenersInterestedInPage(page))) in didRemoveListener()
109 bool hasGlobalListeners() const { return !m_listeners.isEmpty(); } in hasGlobalListeners() function
77747 Use hasGlobalListeners() instead of isEmpty().77756 (WebCore::JavaScriptDebugServer::hasGlobalListeners): Added.