/* 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) #include "JSSVGPathSegArcAbs.h" #include "SVGPathSegArc.h" #include #include using namespace JSC; namespace WebCore { ASSERT_CLASS_FITS_IN_CELL(JSSVGPathSegArcAbs); /* Hash table */ static const HashTableValue JSSVGPathSegArcAbsTableValues[9] = { { "x", DontDelete, (intptr_t)static_cast(jsSVGPathSegArcAbsX), (intptr_t)setJSSVGPathSegArcAbsX }, { "y", DontDelete, (intptr_t)static_cast(jsSVGPathSegArcAbsY), (intptr_t)setJSSVGPathSegArcAbsY }, { "r1", DontDelete, (intptr_t)static_cast(jsSVGPathSegArcAbsR1), (intptr_t)setJSSVGPathSegArcAbsR1 }, { "r2", DontDelete, (intptr_t)static_cast(jsSVGPathSegArcAbsR2), (intptr_t)setJSSVGPathSegArcAbsR2 }, { "angle", DontDelete, (intptr_t)static_cast(jsSVGPathSegArcAbsAngle), (intptr_t)setJSSVGPathSegArcAbsAngle }, { "largeArcFlag", DontDelete, (intptr_t)static_cast(jsSVGPathSegArcAbsLargeArcFlag), (intptr_t)setJSSVGPathSegArcAbsLargeArcFlag }, { "sweepFlag", DontDelete, (intptr_t)static_cast(jsSVGPathSegArcAbsSweepFlag), (intptr_t)setJSSVGPathSegArcAbsSweepFlag }, { "constructor", DontEnum|ReadOnly, (intptr_t)static_cast(jsSVGPathSegArcAbsConstructor), (intptr_t)0 }, { 0, 0, 0, 0 } }; static JSC_CONST_HASHTABLE HashTable JSSVGPathSegArcAbsTable = #if ENABLE(PERFECT_HASH_SIZE) { 31, JSSVGPathSegArcAbsTableValues, 0 }; #else { 17, 15, JSSVGPathSegArcAbsTableValues, 0 }; #endif /* Hash table for constructor */ static const HashTableValue JSSVGPathSegArcAbsConstructorTableValues[1] = { { 0, 0, 0, 0 } }; static JSC_CONST_HASHTABLE HashTable JSSVGPathSegArcAbsConstructorTable = #if ENABLE(PERFECT_HASH_SIZE) { 0, JSSVGPathSegArcAbsConstructorTableValues, 0 }; #else { 1, 0, JSSVGPathSegArcAbsConstructorTableValues, 0 }; #endif class JSSVGPathSegArcAbsConstructor : public DOMConstructorObject { public: JSSVGPathSegArcAbsConstructor(ExecState* exec, JSDOMGlobalObject* globalObject) : DOMConstructorObject(JSSVGPathSegArcAbsConstructor::createStructure(globalObject->objectPrototype()), globalObject) { putDirect(exec->propertyNames().prototype, JSSVGPathSegArcAbsPrototype::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 JSSVGPathSegArcAbsConstructor::s_info = { "SVGPathSegArcAbsConstructor", 0, &JSSVGPathSegArcAbsConstructorTable, 0 }; bool JSSVGPathSegArcAbsConstructor::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) { return getStaticValueSlot(exec, &JSSVGPathSegArcAbsConstructorTable, this, propertyName, slot); } bool JSSVGPathSegArcAbsConstructor::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) { return getStaticValueDescriptor(exec, &JSSVGPathSegArcAbsConstructorTable, this, propertyName, descriptor); } /* Hash table for prototype */ static const HashTableValue JSSVGPathSegArcAbsPrototypeTableValues[1] = { { 0, 0, 0, 0 } }; static JSC_CONST_HASHTABLE HashTable JSSVGPathSegArcAbsPrototypeTable = #if ENABLE(PERFECT_HASH_SIZE) { 0, JSSVGPathSegArcAbsPrototypeTableValues, 0 }; #else { 1, 0, JSSVGPathSegArcAbsPrototypeTableValues, 0 }; #endif const ClassInfo JSSVGPathSegArcAbsPrototype::s_info = { "SVGPathSegArcAbsPrototype", 0, &JSSVGPathSegArcAbsPrototypeTable, 0 }; JSObject* JSSVGPathSegArcAbsPrototype::self(ExecState* exec, JSGlobalObject* globalObject) { return getDOMPrototype(exec, globalObject); } const ClassInfo JSSVGPathSegArcAbs::s_info = { "SVGPathSegArcAbs", &JSSVGPathSeg::s_info, &JSSVGPathSegArcAbsTable, 0 }; JSSVGPathSegArcAbs::JSSVGPathSegArcAbs(NonNullPassRefPtr structure, JSDOMGlobalObject* globalObject, PassRefPtr impl) : JSSVGPathSeg(structure, globalObject, impl) { } JSObject* JSSVGPathSegArcAbs::createPrototype(ExecState* exec, JSGlobalObject* globalObject) { return new (exec) JSSVGPathSegArcAbsPrototype(JSSVGPathSegArcAbsPrototype::createStructure(JSSVGPathSegPrototype::self(exec, globalObject))); } bool JSSVGPathSegArcAbs::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) { return getStaticValueSlot(exec, &JSSVGPathSegArcAbsTable, this, propertyName, slot); } bool JSSVGPathSegArcAbs::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) { return getStaticValueDescriptor(exec, &JSSVGPathSegArcAbsTable, this, propertyName, descriptor); } JSValue jsSVGPathSegArcAbsX(ExecState* exec, JSValue slotBase, const Identifier&) { JSSVGPathSegArcAbs* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); SVGPathSegArcAbs* imp = static_cast(castedThis->impl()); JSValue result = jsNumber(exec, imp->x()); return result; } JSValue jsSVGPathSegArcAbsY(ExecState* exec, JSValue slotBase, const Identifier&) { JSSVGPathSegArcAbs* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); SVGPathSegArcAbs* imp = static_cast(castedThis->impl()); JSValue result = jsNumber(exec, imp->y()); return result; } JSValue jsSVGPathSegArcAbsR1(ExecState* exec, JSValue slotBase, const Identifier&) { JSSVGPathSegArcAbs* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); SVGPathSegArcAbs* imp = static_cast(castedThis->impl()); JSValue result = jsNumber(exec, imp->r1()); return result; } JSValue jsSVGPathSegArcAbsR2(ExecState* exec, JSValue slotBase, const Identifier&) { JSSVGPathSegArcAbs* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); SVGPathSegArcAbs* imp = static_cast(castedThis->impl()); JSValue result = jsNumber(exec, imp->r2()); return result; } JSValue jsSVGPathSegArcAbsAngle(ExecState* exec, JSValue slotBase, const Identifier&) { JSSVGPathSegArcAbs* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); SVGPathSegArcAbs* imp = static_cast(castedThis->impl()); JSValue result = jsNumber(exec, imp->angle()); return result; } JSValue jsSVGPathSegArcAbsLargeArcFlag(ExecState* exec, JSValue slotBase, const Identifier&) { JSSVGPathSegArcAbs* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); SVGPathSegArcAbs* imp = static_cast(castedThis->impl()); JSValue result = jsBoolean(imp->largeArcFlag()); return result; } JSValue jsSVGPathSegArcAbsSweepFlag(ExecState* exec, JSValue slotBase, const Identifier&) { JSSVGPathSegArcAbs* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); SVGPathSegArcAbs* imp = static_cast(castedThis->impl()); JSValue result = jsBoolean(imp->sweepFlag()); return result; } JSValue jsSVGPathSegArcAbsConstructor(ExecState* exec, JSValue slotBase, const Identifier&) { JSSVGPathSegArcAbs* domObject = static_cast(asObject(slotBase)); return JSSVGPathSegArcAbs::getConstructor(exec, domObject->globalObject()); } void JSSVGPathSegArcAbs::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) { lookupPut(exec, propertyName, value, &JSSVGPathSegArcAbsTable, this, slot); } void setJSSVGPathSegArcAbsX(ExecState* exec, JSObject* thisObject, JSValue value) { JSSVGPathSegArcAbs* castedThisObj = static_cast(thisObject); SVGPathSegArcAbs* imp = static_cast(castedThisObj->impl()); imp->setX(value.toFloat(exec)); JSSVGContextCache::propagateSVGDOMChange(castedThisObj, imp->associatedAttributeName()); } void setJSSVGPathSegArcAbsY(ExecState* exec, JSObject* thisObject, JSValue value) { JSSVGPathSegArcAbs* castedThisObj = static_cast(thisObject); SVGPathSegArcAbs* imp = static_cast(castedThisObj->impl()); imp->setY(value.toFloat(exec)); JSSVGContextCache::propagateSVGDOMChange(castedThisObj, imp->associatedAttributeName()); } void setJSSVGPathSegArcAbsR1(ExecState* exec, JSObject* thisObject, JSValue value) { JSSVGPathSegArcAbs* castedThisObj = static_cast(thisObject); SVGPathSegArcAbs* imp = static_cast(castedThisObj->impl()); imp->setR1(value.toFloat(exec)); JSSVGContextCache::propagateSVGDOMChange(castedThisObj, imp->associatedAttributeName()); } void setJSSVGPathSegArcAbsR2(ExecState* exec, JSObject* thisObject, JSValue value) { JSSVGPathSegArcAbs* castedThisObj = static_cast(thisObject); SVGPathSegArcAbs* imp = static_cast(castedThisObj->impl()); imp->setR2(value.toFloat(exec)); JSSVGContextCache::propagateSVGDOMChange(castedThisObj, imp->associatedAttributeName()); } void setJSSVGPathSegArcAbsAngle(ExecState* exec, JSObject* thisObject, JSValue value) { JSSVGPathSegArcAbs* castedThisObj = static_cast(thisObject); SVGPathSegArcAbs* imp = static_cast(castedThisObj->impl()); imp->setAngle(value.toFloat(exec)); JSSVGContextCache::propagateSVGDOMChange(castedThisObj, imp->associatedAttributeName()); } void setJSSVGPathSegArcAbsLargeArcFlag(ExecState* exec, JSObject* thisObject, JSValue value) { JSSVGPathSegArcAbs* castedThisObj = static_cast(thisObject); SVGPathSegArcAbs* imp = static_cast(castedThisObj->impl()); imp->setLargeArcFlag(value.toBoolean(exec)); JSSVGContextCache::propagateSVGDOMChange(castedThisObj, imp->associatedAttributeName()); } void setJSSVGPathSegArcAbsSweepFlag(ExecState* exec, JSObject* thisObject, JSValue value) { JSSVGPathSegArcAbs* castedThisObj = static_cast(thisObject); SVGPathSegArcAbs* imp = static_cast(castedThisObj->impl()); imp->setSweepFlag(value.toBoolean(exec)); JSSVGContextCache::propagateSVGDOMChange(castedThisObj, imp->associatedAttributeName()); } JSValue JSSVGPathSegArcAbs::getConstructor(ExecState* exec, JSGlobalObject* globalObject) { return getDOMConstructor(exec, static_cast(globalObject)); } } #endif // ENABLE(SVG)