Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8PerIsolateData.h131 bool shouldCollectGarbageSoon() const { return m_shouldCollectGarbageSoon; } in shouldCollectGarbageSoon() function
DV8GCController.cpp404 if (!data->shouldCollectGarbageSoon()) in hintForCollectGarbage()