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

/external/webkit/Source/WebCore/bindings/scripts/test/JS/
H A DJSTestObj.h170 void setJSTestObjAttrWithSetterException(JSC::ExecState*, JSC::JSObject*, JSC::JSValue);
H A DJSTestObj.cpp84 { "attrWithSetterException", DontDelete, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObjAttrWithSetterException), (intptr_t)setJSTestObjAttrWithSetterException THUNK_GENERATOR(0) },
761 void setJSTestObjAttrWithSetterException(ExecState* exec, JSObject* thisObject, JSValue value) function in namespace:WebCore

Completed in 96 milliseconds