Searched refs:isolatedWorldCount (Results 1 – 2 of 2) sorted by relevance
48 unsigned DOMWrapperWorld::isolatedWorldCount = 0; member in WebCore::DOMWrapperWorld105 isolatedWorldCount--; in ~DOMWrapperWorld()106 ASSERT(map.size() == isolatedWorldCount); in ~DOMWrapperWorld()136 isolatedWorldCount++; in ensureIsolatedWorld()137 ASSERT(map.size() == isolatedWorldCount); in ensureIsolatedWorld()
69 static bool isolatedWorldsExist() { return isolatedWorldCount; } in isolatedWorldsExist()127 static unsigned isolatedWorldCount; variable