HomeSort by relevance Sort by last modified time
    Searched refs:JSTestObj (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestObj.cpp 22 #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)
266 JSObject* JSTestObj::createPrototype(ExecState* exec, JSGlobalObject* globalObject)
271 bool JSTestObj::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
273 return getStaticValueSlot<JSTestObj, Base>(exec, &JSTestObjTable, this, propertyName, slot)
    [all...]
JSTestObj.h 33 class JSTestObj : public DOMObjectWithGlobalPointer {
36 JSTestObj(NonNullPassRefPtr<JSC::Structure>, JSDOMGlobalObject*, PassRefPtr<TestObj>);

Completed in 67 milliseconds