HomeSort by relevance Sort by last modified time
    Searched refs:m_globalObjects (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/debugger/
Debugger.cpp 93 HashSet<JSGlobalObject*>::iterator end = m_globalObjects.end();
94 for (HashSet<JSGlobalObject*>::iterator it = m_globalObjects.begin(); it != end; ++it)
102 m_globalObjects.add(globalObject);
107 ASSERT(m_globalObjects.contains(globalObject));
108 m_globalObjects.remove(globalObject);
Debugger.h 57 HashSet<JSGlobalObject*> m_globalObjects;

Completed in 42 milliseconds