Home | History | Annotate | Download | only in InjectedBundle

Lines Matching refs:GCController

27 #include "GCController.h"
35 PassRefPtr<GCController> GCController::create()
37 return adoptRef(new GCController);
40 GCController::GCController()
44 GCController::~GCController()
48 JSClassRef GCController::wrapperClass()
53 void GCController::collect()
58 void GCController::collectOnAlternateThread(bool waitUntilDone)
63 size_t GCController::getJSObjectCount()
70 void GCController::makeWindowObject(JSContextRef context, JSObjectRef windowObject, JSValueRef* exception)
72 setProperty(context, windowObject, "GCController", this, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete, exception);