/* This file is part of the WebKit open source project. This file has been generated by generate-bindings.pl. DO NOT MODIFY! This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include "config.h" #if ENABLE(SVG) && ENABLE(FILTERS) #include "JSSVGFilterElement.h" #include "CSSMutableStyleDeclaration.h" #include "CSSStyleDeclaration.h" #include "CSSValue.h" #include "JSCSSStyleDeclaration.h" #include "JSCSSValue.h" #include "JSSVGAnimatedBoolean.h" #include "JSSVGAnimatedEnumeration.h" #include "JSSVGAnimatedInteger.h" #include "JSSVGAnimatedLength.h" #include "JSSVGAnimatedString.h" #include "KURL.h" #include "SVGFilterElement.h" #include #include #include using namespace JSC; namespace WebCore { ASSERT_CLASS_FITS_IN_CELL(JSSVGFilterElement); /* Hash table */ static const HashTableValue JSSVGFilterElementTableValues[16] = { { "filterUnits", DontDelete|ReadOnly, (intptr_t)static_cast(jsSVGFilterElementFilterUnits), (intptr_t)0 }, { "primitiveUnits", DontDelete|ReadOnly, (intptr_t)static_cast(jsSVGFilterElementPrimitiveUnits), (intptr_t)0 }, { "x", DontDelete|ReadOnly, (intptr_t)static_cast(jsSVGFilterElementX), (intptr_t)0 }, { "y", DontDelete|ReadOnly, (intptr_t)static_cast(jsSVGFilterElementY), (intptr_t)0 }, { "width", DontDelete|ReadOnly, (intptr_t)static_cast(jsSVGFilterElementWidth), (intptr_t)0 }, { "height", DontDelete|ReadOnly, (intptr_t)static_cast(jsSVGFilterElementHeight), (intptr_t)0 }, { "filterResX", DontDelete|ReadOnly, (intptr_t)static_cast(jsSVGFilterElementFilterResX), (intptr_t)0 }, { "filterResY", DontDelete|ReadOnly, (intptr_t)static_cast(jsSVGFilterElementFilterResY), (intptr_t)0 }, { "href", DontDelete|ReadOnly, (intptr_t)static_cast(jsSVGFilterElementHref), (intptr_t)0 }, { "xmllang", DontDelete, (intptr_t)static_cast(jsSVGFilterElementXmllang), (intptr_t)setJSSVGFilterElementXmllang }, { "xmlspace", DontDelete, (intptr_t)static_cast(jsSVGFilterElementXmlspace), (intptr_t)setJSSVGFilterElementXmlspace }, { "externalResourcesRequired", DontDelete|ReadOnly, (intptr_t)static_cast(jsSVGFilterElementExternalResourcesRequired), (intptr_t)0 }, { "className", DontDelete|ReadOnly, (intptr_t)static_cast(jsSVGFilterElementClassName), (intptr_t)0 }, { "style", DontDelete|ReadOnly, (intptr_t)static_cast(jsSVGFilterElementStyle), (intptr_t)0 }, { "constructor", DontEnum|ReadOnly, (intptr_t)static_cast(jsSVGFilterElementConstructor), (intptr_t)0 }, { 0, 0, 0, 0 } }; static JSC_CONST_HASHTABLE HashTable JSSVGFilterElementTable = #if ENABLE(PERFECT_HASH_SIZE) { 511, JSSVGFilterElementTableValues, 0 }; #else { 35, 31, JSSVGFilterElementTableValues, 0 }; #endif /* Hash table for constructor */ static const HashTableValue JSSVGFilterElementConstructorTableValues[1] = { { 0, 0, 0, 0 } }; static JSC_CONST_HASHTABLE HashTable JSSVGFilterElementConstructorTable = #if ENABLE(PERFECT_HASH_SIZE) { 0, JSSVGFilterElementConstructorTableValues, 0 }; #else { 1, 0, JSSVGFilterElementConstructorTableValues, 0 }; #endif class JSSVGFilterElementConstructor : public DOMConstructorObject { public: JSSVGFilterElementConstructor(ExecState* exec, JSDOMGlobalObject* globalObject) : DOMConstructorObject(JSSVGFilterElementConstructor::createStructure(globalObject->objectPrototype()), globalObject) { putDirect(exec->propertyNames().prototype, JSSVGFilterElementPrototype::self(exec, globalObject), None); } virtual bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&); virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&); virtual const ClassInfo* classInfo() const { return &s_info; } static const ClassInfo s_info; static PassRefPtr createStructure(JSValue proto) { return Structure::create(proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); } protected: static const unsigned StructureFlags = OverridesGetOwnPropertySlot | ImplementsHasInstance | DOMConstructorObject::StructureFlags; }; const ClassInfo JSSVGFilterElementConstructor::s_info = { "SVGFilterElementConstructor", 0, &JSSVGFilterElementConstructorTable, 0 }; bool JSSVGFilterElementConstructor::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) { return getStaticValueSlot(exec, &JSSVGFilterElementConstructorTable, this, propertyName, slot); } bool JSSVGFilterElementConstructor::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) { return getStaticValueDescriptor(exec, &JSSVGFilterElementConstructorTable, this, propertyName, descriptor); } /* Hash table for prototype */ static const HashTableValue JSSVGFilterElementPrototypeTableValues[3] = { { "setFilterRes", DontDelete|Function, (intptr_t)static_cast(jsSVGFilterElementPrototypeFunctionSetFilterRes), (intptr_t)2 }, { "getPresentationAttribute", DontDelete|Function, (intptr_t)static_cast(jsSVGFilterElementPrototypeFunctionGetPresentationAttribute), (intptr_t)1 }, { 0, 0, 0, 0 } }; static JSC_CONST_HASHTABLE HashTable JSSVGFilterElementPrototypeTable = #if ENABLE(PERFECT_HASH_SIZE) { 15, JSSVGFilterElementPrototypeTableValues, 0 }; #else { 5, 3, JSSVGFilterElementPrototypeTableValues, 0 }; #endif const ClassInfo JSSVGFilterElementPrototype::s_info = { "SVGFilterElementPrototype", 0, &JSSVGFilterElementPrototypeTable, 0 }; JSObject* JSSVGFilterElementPrototype::self(ExecState* exec, JSGlobalObject* globalObject) { return getDOMPrototype(exec, globalObject); } bool JSSVGFilterElementPrototype::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) { return getStaticFunctionSlot(exec, &JSSVGFilterElementPrototypeTable, this, propertyName, slot); } bool JSSVGFilterElementPrototype::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) { return getStaticFunctionDescriptor(exec, &JSSVGFilterElementPrototypeTable, this, propertyName, descriptor); } const ClassInfo JSSVGFilterElement::s_info = { "SVGFilterElement", &JSSVGElement::s_info, &JSSVGFilterElementTable, 0 }; JSSVGFilterElement::JSSVGFilterElement(NonNullPassRefPtr structure, JSDOMGlobalObject* globalObject, PassRefPtr impl) : JSSVGElement(structure, globalObject, impl) { } JSObject* JSSVGFilterElement::createPrototype(ExecState* exec, JSGlobalObject* globalObject) { return new (exec) JSSVGFilterElementPrototype(JSSVGFilterElementPrototype::createStructure(JSSVGElementPrototype::self(exec, globalObject))); } bool JSSVGFilterElement::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) { return getStaticValueSlot(exec, &JSSVGFilterElementTable, this, propertyName, slot); } bool JSSVGFilterElement::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) { return getStaticValueDescriptor(exec, &JSSVGFilterElementTable, this, propertyName, descriptor); } JSValue jsSVGFilterElementFilterUnits(ExecState* exec, JSValue slotBase, const Identifier&) { JSSVGFilterElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); SVGFilterElement* imp = static_cast(castedThis->impl()); RefPtr obj = imp->filterUnitsAnimated(); JSValue result = toJS(exec, castedThis->globalObject(), obj.get(), imp); return result; } JSValue jsSVGFilterElementPrimitiveUnits(ExecState* exec, JSValue slotBase, const Identifier&) { JSSVGFilterElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); SVGFilterElement* imp = static_cast(castedThis->impl()); RefPtr obj = imp->primitiveUnitsAnimated(); JSValue result = toJS(exec, castedThis->globalObject(), obj.get(), imp); return result; } JSValue jsSVGFilterElementX(ExecState* exec, JSValue slotBase, const Identifier&) { JSSVGFilterElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); SVGFilterElement* imp = static_cast(castedThis->impl()); RefPtr obj = imp->xAnimated(); JSValue result = toJS(exec, castedThis->globalObject(), obj.get(), imp); return result; } JSValue jsSVGFilterElementY(ExecState* exec, JSValue slotBase, const Identifier&) { JSSVGFilterElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); SVGFilterElement* imp = static_cast(castedThis->impl()); RefPtr obj = imp->yAnimated(); JSValue result = toJS(exec, castedThis->globalObject(), obj.get(), imp); return result; } JSValue jsSVGFilterElementWidth(ExecState* exec, JSValue slotBase, const Identifier&) { JSSVGFilterElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); SVGFilterElement* imp = static_cast(castedThis->impl()); RefPtr obj = imp->widthAnimated(); JSValue result = toJS(exec, castedThis->globalObject(), obj.get(), imp); return result; } JSValue jsSVGFilterElementHeight(ExecState* exec, JSValue slotBase, const Identifier&) { JSSVGFilterElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); SVGFilterElement* imp = static_cast(castedThis->impl()); RefPtr obj = imp->heightAnimated(); JSValue result = toJS(exec, castedThis->globalObject(), obj.get(), imp); return result; } JSValue jsSVGFilterElementFilterResX(ExecState* exec, JSValue slotBase, const Identifier&) { JSSVGFilterElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); SVGFilterElement* imp = static_cast(castedThis->impl()); RefPtr obj = imp->filterResXAnimated(); JSValue result = toJS(exec, castedThis->globalObject(), obj.get(), imp); return result; } JSValue jsSVGFilterElementFilterResY(ExecState* exec, JSValue slotBase, const Identifier&) { JSSVGFilterElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); SVGFilterElement* imp = static_cast(castedThis->impl()); RefPtr obj = imp->filterResYAnimated(); JSValue result = toJS(exec, castedThis->globalObject(), obj.get(), imp); return result; } JSValue jsSVGFilterElementHref(ExecState* exec, JSValue slotBase, const Identifier&) { JSSVGFilterElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); SVGFilterElement* imp = static_cast(castedThis->impl()); RefPtr obj = imp->hrefAnimated(); JSValue result = toJS(exec, castedThis->globalObject(), obj.get(), imp); return result; } JSValue jsSVGFilterElementXmllang(ExecState* exec, JSValue slotBase, const Identifier&) { JSSVGFilterElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); SVGFilterElement* imp = static_cast(castedThis->impl()); JSValue result = jsString(exec, imp->xmllang()); return result; } JSValue jsSVGFilterElementXmlspace(ExecState* exec, JSValue slotBase, const Identifier&) { JSSVGFilterElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); SVGFilterElement* imp = static_cast(castedThis->impl()); JSValue result = jsString(exec, imp->xmlspace()); return result; } JSValue jsSVGFilterElementExternalResourcesRequired(ExecState* exec, JSValue slotBase, const Identifier&) { JSSVGFilterElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); SVGFilterElement* imp = static_cast(castedThis->impl()); RefPtr obj = imp->externalResourcesRequiredAnimated(); JSValue result = toJS(exec, castedThis->globalObject(), obj.get(), imp); return result; } JSValue jsSVGFilterElementClassName(ExecState* exec, JSValue slotBase, const Identifier&) { JSSVGFilterElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); SVGFilterElement* imp = static_cast(castedThis->impl()); RefPtr obj = imp->classNameAnimated(); JSValue result = toJS(exec, castedThis->globalObject(), obj.get(), imp); return result; } JSValue jsSVGFilterElementStyle(ExecState* exec, JSValue slotBase, const Identifier&) { JSSVGFilterElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); SVGFilterElement* imp = static_cast(castedThis->impl()); JSValue result = toJS(exec, castedThis->globalObject(), WTF::getPtr(imp->style())); return result; } JSValue jsSVGFilterElementConstructor(ExecState* exec, JSValue slotBase, const Identifier&) { JSSVGFilterElement* domObject = static_cast(asObject(slotBase)); return JSSVGFilterElement::getConstructor(exec, domObject->globalObject()); } void JSSVGFilterElement::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) { lookupPut(exec, propertyName, value, &JSSVGFilterElementTable, this, slot); } void setJSSVGFilterElementXmllang(ExecState* exec, JSObject* thisObject, JSValue value) { JSSVGFilterElement* castedThisObj = static_cast(thisObject); SVGFilterElement* imp = static_cast(castedThisObj->impl()); imp->setXmllang(value.toString(exec)); } void setJSSVGFilterElementXmlspace(ExecState* exec, JSObject* thisObject, JSValue value) { JSSVGFilterElement* castedThisObj = static_cast(thisObject); SVGFilterElement* imp = static_cast(castedThisObj->impl()); imp->setXmlspace(value.toString(exec)); } JSValue JSSVGFilterElement::getConstructor(ExecState* exec, JSGlobalObject* globalObject) { return getDOMConstructor(exec, static_cast(globalObject)); } JSValue JSC_HOST_CALL jsSVGFilterElementPrototypeFunctionSetFilterRes(ExecState* exec, JSObject*, JSValue thisValue, const ArgList& args) { UNUSED_PARAM(args); if (!thisValue.inherits(&JSSVGFilterElement::s_info)) return throwError(exec, TypeError); JSSVGFilterElement* castedThisObj = static_cast(asObject(thisValue)); SVGFilterElement* imp = static_cast(castedThisObj->impl()); unsigned filterResX = args.at(0).toInt32(exec); unsigned filterResY = args.at(1).toInt32(exec); imp->setFilterRes(filterResX, filterResY); return jsUndefined(); } JSValue JSC_HOST_CALL jsSVGFilterElementPrototypeFunctionGetPresentationAttribute(ExecState* exec, JSObject*, JSValue thisValue, const ArgList& args) { UNUSED_PARAM(args); if (!thisValue.inherits(&JSSVGFilterElement::s_info)) return throwError(exec, TypeError); JSSVGFilterElement* castedThisObj = static_cast(asObject(thisValue)); SVGFilterElement* imp = static_cast(castedThisObj->impl()); const UString& name = args.at(0).toString(exec); JSC::JSValue result = toJS(exec, castedThisObj->globalObject(), WTF::getPtr(imp->getPresentationAttribute(name))); return result; } } #endif // ENABLE(SVG) && ENABLE(FILTERS)