Home | History | Annotate | Download | only in jsc

Lines Matching defs:Instance

52 Instance::Instance(PassRefPtr<RootObject> rootObject)
59 Instance::~Instance()
66 void Instance::setDidExecuteFunction(KJSDidExecuteFunctionPtr func)
71 KJSDidExecuteFunctionPtr Instance::didExecuteFunction()
76 void Instance::begin()
81 void Instance::end()
86 RuntimeObjectImp* Instance::createRuntimeObject(ExecState* exec)
98 RuntimeObjectImp* Instance::newRuntimeObject(ExecState* exec)
104 void Instance::willDestroyRuntimeObject()
113 void Instance::willInvalidateRuntimeObject()
119 RootObject* Instance::rootObject() const