Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8PerIsolateData.h130 void clearShouldCollectGarbageSoon() { m_shouldCollectGarbageSoon = false; } in clearShouldCollectGarbageSoon() function
DV8GCController.cpp407 data->clearShouldCollectGarbageSoon(); in hintForCollectGarbage()