Home
last modified time | relevance | path

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

/external/v8/include/
Dv8.h5427 enum GarbageCollectionType { enum
5791 void RequestGarbageCollectionForTesting(GarbageCollectionType type);
/external/v8/src/
Dapi.cc7127 void Isolate::RequestGarbageCollectionForTesting(GarbageCollectionType type) { in RequestGarbageCollectionForTesting()