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

/external/webkit/Source/WebCore/bindings/scripts/test/JS/
H A DJSTestObj.h130 void setJSTestObjUnsignedShortAttr(JSC::ExecState*, JSC::JSObject*, JSC::JSValue);
H A DJSTestObj.cpp64 { "unsignedShortAttr", DontDelete, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObjUnsignedShortAttr), (intptr_t)setJSTestObjUnsignedShortAttr THUNK_GENERATOR(0) },
619 void setJSTestObjUnsignedShortAttr(ExecState* exec, JSObject* thisObject, JSValue value) function in namespace:WebCore

Completed in 146 milliseconds