Searched refs:hasGlobalListeners (Results 1 – 3 of 3) sorted by relevance
152 if (hasGlobalListeners()) in hasListenersInterestedInPage()291 if (hasGlobalListeners()) { in sourceParsed()607 if (hasGlobalListeners() || (page && hasListenersInterestedInPage(page))) in didRemoveListener()
90 bool hasGlobalListeners() const { return !m_listeners.isEmpty(); } in hasGlobalListeners() function
30708 Use hasGlobalListeners() instead of isEmpty().30717 (WebCore::JavaScriptDebugServer::hasGlobalListeners): Added.