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

/external/webkit/Source/WebCore/bindings/scripts/test/JS/
H A DJSTestObj.h134 void setJSTestObjLongLongAttr(JSC::ExecState*, JSC::JSObject*, JSC::JSValue);
H A DJSTestObj.cpp66 { "longLongAttr", DontDelete, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObjLongLongAttr), (intptr_t)setJSTestObjLongLongAttr THUNK_GENERATOR(0) },
633 void setJSTestObjLongLongAttr(ExecState* exec, JSObject* thisObject, JSValue value) function in namespace:WebCore

Completed in 47 milliseconds