Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8PerIsolateData.h129 void setShouldCollectGarbageSoon() { m_shouldCollectGarbageSoon = true; } in setShouldCollectGarbageSoon()
130 void clearShouldCollectGarbageSoon() { m_shouldCollectGarbageSoon = false; } in clearShouldCollectGarbageSoon()
131 bool shouldCollectGarbageSoon() const { return m_shouldCollectGarbageSoon; } in shouldCollectGarbageSoon()
178 bool m_shouldCollectGarbageSoon; variable
DV8PerIsolateData.cpp50 , m_shouldCollectGarbageSoon(false) in V8PerIsolateData()