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

/external/webkit/Source/WebCore/bindings/scripts/test/JS/
H A DJSTestObj.h172 void setJSTestObjStringAttrWithGetterException(JSC::ExecState*, JSC::JSObject*, JSC::JSValue);
H A DJSTestObj.cpp85 { "stringAttrWithGetterException", DontDelete, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObjStringAttrWithGetterException), (intptr_t)setJSTestObjStringAttrWithGetterException THUNK_GENERATOR(0) },
770 void setJSTestObjStringAttrWithGetterException(ExecState* exec, JSObject* thisObject, JSValue value) function in namespace:WebCore

Completed in 105 milliseconds