Searched refs:m_shouldCollectGarbageSoon (Results 1 – 2 of 2) sorted by relevance
129 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
50 , m_shouldCollectGarbageSoon(false) in V8PerIsolateData()