Searched refs:JSTestObj (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/bindings/scripts/test/JS/
H A DJSTestObj.cpp22 #include "JSTestObj.h"
32 #include "JSTestObj.h"
49 ASSERT_CLASS_FITS_IN_CELL(JSTestObj);
244 return getDOMPrototype<JSTestObj>(exec, globalObject);
257 const ClassInfo JSTestObj::s_info = { "TestObj", &DOMObjectWithGlobalPointer::s_info, &JSTestObjTable, 0 };
259 JSTestObj::JSTestObj(NonNullPassRefPtr<Structure> structure, JSDOMGlobalObject* globalObject, PassRefPtr<TestObj> impl) function in class:WebCore::JSTestObj
266 JSObject* JSTestObj::createPrototype(ExecState* exec, JSGlobalObject* globalObject)
271 bool JSTestObj::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
273 return getStaticValueSlot<JSTestObj, Bas
[all...]
H A DJSTestObj.h33 class JSTestObj : public DOMObjectWithGlobalPointer { class in namespace:WebCore
36 JSTestObj(NonNullPassRefPtr<JSC::Structure>, JSDOMGlobalObject*, PassRefPtr<TestObj>);

Completed in 344 milliseconds