Home
last modified time | relevance | path

Searched refs:isolatedWorldCount (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DDOMWrapperWorld.cpp48 unsigned DOMWrapperWorld::isolatedWorldCount = 0; member in WebCore::DOMWrapperWorld
105 isolatedWorldCount--; in ~DOMWrapperWorld()
106 ASSERT(map.size() == isolatedWorldCount); in ~DOMWrapperWorld()
136 isolatedWorldCount++; in ensureIsolatedWorld()
137 ASSERT(map.size() == isolatedWorldCount); in ensureIsolatedWorld()
DDOMWrapperWorld.h69 static bool isolatedWorldsExist() { return isolatedWorldCount; } in isolatedWorldsExist()
127 static unsigned isolatedWorldCount; variable