V8 Project
gc-idle-time-handler.h File Reference
#include "src/globals.h"
+ Include dependency graph for gc-idle-time-handler.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::GCIdleTimeAction
 
class  v8::internal::GCIdleTimeHandler
 
struct  v8::internal::GCIdleTimeHandler::HeapState
 

Namespaces

 v8
 Debugger support for the V8 JavaScript engine.
 
 v8::internal
 

Enumerations

enum  v8::internal::GCIdleTimeActionType {
  v8::internal::DONE , v8::internal::DO_NOTHING , v8::internal::DO_INCREMENTAL_MARKING , v8::internal::DO_SCAVENGE ,
  v8::internal::DO_FULL_GC , v8::internal::DO_FINALIZE_SWEEPING
}