Home | History | Annotate | Download | only in DumpRenderTree

Lines Matching defs:GCController

30 #include "GCController.h"
35 GCController::GCController()
39 GCController::~GCController()
47 GCController* controller = static_cast<GCController*>(JSObjectGetPrivate(thisObject));
58 GCController* controller = static_cast<GCController*>(JSObjectGetPrivate(thisObject));
66 GCController* controller = static_cast<GCController*>(JSObjectGetPrivate(thisObject));
74 void GCController::makeWindowObject(JSContextRef context, JSObjectRef windowObject, JSValueRef* exception)
76 JSRetainPtr<JSStringRef> gcControllerStr(Adopt, JSStringCreateWithUTF8CString("GCController"));
85 JSClassRef GCController::getJSClass()
95 0, kJSClassAttributeNone, "GCController", 0, 0, staticFunctions,