Home
last modified time | relevance | path

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

/external/v8/include/
Dv8.h6437 enum GarbageCollectionType { enum
6849 void RequestGarbageCollectionForTesting(GarbageCollectionType type);
/external/v8/src/
Dapi.cc7913 void Isolate::RequestGarbageCollectionForTesting(GarbageCollectionType type) { in RequestGarbageCollectionForTesting()