webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
GCController Interface Reference

#include <GCController.h>

Public Member Functions

 GCController ()
 
 ~GCController ()
 
void makeWindowObject (JSContextRef context, JSObjectRef windowObject, JSValueRef *exception)
 
void collect () const
 
void collectOnAlternateThread (bool waitUntilDone) const
 
size_t getJSObjectCount () const
 
void collect ()
 
void collectOnAlternateThread (boolean waitUntilDone)
 
unsigned long long getJSObjectCount ()
 

Constructor & Destructor Documentation

◆ GCController()

GCController::GCController ( )

◆ ~GCController()

GCController::~GCController ( )

Member Function Documentation

◆ collect() [1/2]

void GCController::collect ( )

◆ collect() [2/2]

void GCController::collect ( ) const

◆ collectOnAlternateThread() [1/2]

void GCController::collectOnAlternateThread ( boolean  waitUntilDone)

◆ collectOnAlternateThread() [2/2]

void GCController::collectOnAlternateThread ( bool  waitUntilDone) const

◆ getJSObjectCount() [1/2]

unsigned long long GCController::getJSObjectCount ( )

◆ getJSObjectCount() [2/2]

size_t GCController::getJSObjectCount ( ) const

◆ makeWindowObject()

void GCController::makeWindowObject ( JSContextRef  context,
JSObjectRef  windowObject,
JSValueRef exception 
)

The documentation for this interface was generated from the following files: