/* 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 "JSSVGStyleElement.h" #include "KURL.h" #include "SVGStyleElement.h" #include #include using namespace JSC; namespace WebCore { ASSERT_CLASS_FITS_IN_CELL(JSSVGStyleElement); /* Hash table */ #if ENABLE(JIT) #define THUNK_GENERATOR(generator) , generator #else #define THUNK_GENERATOR(generator) #endif static const HashTableValue JSSVGStyleElementTableValues[7] = { { "type", DontDelete, (intptr_t)static_cast(jsSVGStyleElementType), (intptr_t)setJSSVGStyleElementType THUNK_GENERATOR(0) }, { "media", DontDelete, (intptr_t)static_cast(jsSVGStyleElementMedia), (intptr_t)setJSSVGStyleElementMedia THUNK_GENERATOR(0) }, { "title", DontDelete, (intptr_t)static_cast(jsSVGStyleElementTitle), (intptr_t)setJSSVGStyleElementTitle THUNK_GENERATOR(0) }, { "xmllang", DontDelete, (intptr_t)static_cast(jsSVGStyleElementXmllang), (intptr_t)setJSSVGStyleElementXmllang THUNK_GENERATOR(0) }, { "xmlspace", DontDelete, (intptr_t)static_cast(jsSVGStyleElementXmlspace), (intptr_t)setJSSVGStyleElementXmlspace THUNK_GENERATOR(0) }, { "constructor", DontEnum | ReadOnly, (intptr_t)static_cast(jsSVGStyleElementConstructor), (intptr_t)0 THUNK_GENERATOR(0) }, { 0, 0, 0, 0 THUNK_GENERATOR(0) } }; #undef THUNK_GENERATOR static JSC_CONST_HASHTABLE HashTable JSSVGStyleElementTable = { 17, 15, JSSVGStyleElementTableValues, 0 }; /* Hash table for constructor */ #if ENABLE(JIT) #define THUNK_GENERATOR(generator) , generator #else #define THUNK_GENERATOR(generator) #endif static const HashTableValue JSSVGStyleElementConstructorTableValues[1] = { { 0, 0, 0, 0 THUNK_GENERATOR(0) } }; #undef THUNK_GENERATOR static JSC_CONST_HASHTABLE HashTable JSSVGStyleElementConstructorTable = { 1, 0, JSSVGStyleElementConstructorTableValues, 0 }; class JSSVGStyleElementConstructor : public DOMConstructorObject { public: JSSVGStyleElementConstructor(JSC::ExecState*, JSC::Structure*, JSDOMGlobalObject*); virtual bool getOwnPropertySlot(JSC::ExecState*, const JSC::Identifier&, JSC::PropertySlot&); virtual bool getOwnPropertyDescriptor(JSC::ExecState*, const JSC::Identifier&, JSC::PropertyDescriptor&); static const JSC::ClassInfo s_info; static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) { return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info); } protected: static const unsigned StructureFlags = JSC::OverridesGetOwnPropertySlot | JSC::ImplementsHasInstance | DOMConstructorObject::StructureFlags; }; const ClassInfo JSSVGStyleElementConstructor::s_info = { "SVGStyleElementConstructor", &DOMConstructorObject::s_info, &JSSVGStyleElementConstructorTable, 0 }; JSSVGStyleElementConstructor::JSSVGStyleElementConstructor(ExecState* exec, Structure* structure, JSDOMGlobalObject* globalObject) : DOMConstructorObject(structure, globalObject) { ASSERT(inherits(&s_info)); putDirect(exec->globalData(), exec->propertyNames().prototype, JSSVGStyleElementPrototype::self(exec, globalObject), DontDelete | ReadOnly); } bool JSSVGStyleElementConstructor::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) { return getStaticValueSlot(exec, &JSSVGStyleElementConstructorTable, this, propertyName, slot); } bool JSSVGStyleElementConstructor::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) { return getStaticValueDescriptor(exec, &JSSVGStyleElementConstructorTable, this, propertyName, descriptor); } /* Hash table for prototype */ #if ENABLE(JIT) #define THUNK_GENERATOR(generator) , generator #else #define THUNK_GENERATOR(generator) #endif static const HashTableValue JSSVGStyleElementPrototypeTableValues[1] = { { 0, 0, 0, 0 THUNK_GENERATOR(0) } }; #undef THUNK_GENERATOR static JSC_CONST_HASHTABLE HashTable JSSVGStyleElementPrototypeTable = { 1, 0, JSSVGStyleElementPrototypeTableValues, 0 }; const ClassInfo JSSVGStyleElementPrototype::s_info = { "SVGStyleElementPrototype", &JSC::JSObjectWithGlobalObject::s_info, &JSSVGStyleElementPrototypeTable, 0 }; JSObject* JSSVGStyleElementPrototype::self(ExecState* exec, JSGlobalObject* globalObject) { return getDOMPrototype(exec, globalObject); } const ClassInfo JSSVGStyleElement::s_info = { "SVGStyleElement", &JSSVGElement::s_info, &JSSVGStyleElementTable, 0 }; JSSVGStyleElement::JSSVGStyleElement(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr impl) : JSSVGElement(structure, globalObject, impl) { ASSERT(inherits(&s_info)); } JSObject* JSSVGStyleElement::createPrototype(ExecState* exec, JSGlobalObject* globalObject) { return new (exec) JSSVGStyleElementPrototype(exec->globalData(), globalObject, JSSVGStyleElementPrototype::createStructure(exec->globalData(), JSSVGElementPrototype::self(exec, globalObject))); } bool JSSVGStyleElement::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) { return getStaticValueSlot(exec, &JSSVGStyleElementTable, this, propertyName, slot); } bool JSSVGStyleElement::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) { return getStaticValueDescriptor(exec, &JSSVGStyleElementTable, this, propertyName, descriptor); } JSValue jsSVGStyleElementType(ExecState* exec, JSValue slotBase, const Identifier&) { JSSVGStyleElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); SVGStyleElement* imp = static_cast(castedThis->impl()); JSValue result = jsString(exec, imp->type()); return result; } JSValue jsSVGStyleElementMedia(ExecState* exec, JSValue slotBase, const Identifier&) { JSSVGStyleElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); SVGStyleElement* imp = static_cast(castedThis->impl()); JSValue result = jsString(exec, imp->media()); return result; } JSValue jsSVGStyleElementTitle(ExecState* exec, JSValue slotBase, const Identifier&) { JSSVGStyleElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); SVGStyleElement* imp = static_cast(castedThis->impl()); JSValue result = jsString(exec, imp->title()); return result; } JSValue jsSVGStyleElementXmllang(ExecState* exec, JSValue slotBase, const Identifier&) { JSSVGStyleElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); SVGStyleElement* imp = static_cast(castedThis->impl()); JSValue result = jsString(exec, imp->xmllang()); return result; } JSValue jsSVGStyleElementXmlspace(ExecState* exec, JSValue slotBase, const Identifier&) { JSSVGStyleElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); SVGStyleElement* imp = static_cast(castedThis->impl()); JSValue result = jsString(exec, imp->xmlspace()); return result; } JSValue jsSVGStyleElementConstructor(ExecState* exec, JSValue slotBase, const Identifier&) { JSSVGStyleElement* domObject = static_cast(asObject(slotBase)); return JSSVGStyleElement::getConstructor(exec, domObject->globalObject()); } void JSSVGStyleElement::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) { lookupPut(exec, propertyName, value, &JSSVGStyleElementTable, this, slot); } void setJSSVGStyleElementType(ExecState* exec, JSObject* thisObject, JSValue value) { JSSVGStyleElement* castedThis = static_cast(thisObject); SVGStyleElement* imp = static_cast(castedThis->impl()); ExceptionCode ec = 0; imp->setType(ustringToString(value.toString(exec)), ec); setDOMException(exec, ec); } void setJSSVGStyleElementMedia(ExecState* exec, JSObject* thisObject, JSValue value) { JSSVGStyleElement* castedThis = static_cast(thisObject); SVGStyleElement* imp = static_cast(castedThis->impl()); ExceptionCode ec = 0; imp->setMedia(ustringToString(value.toString(exec)), ec); setDOMException(exec, ec); } void setJSSVGStyleElementTitle(ExecState* exec, JSObject* thisObject, JSValue value) { JSSVGStyleElement* castedThis = static_cast(thisObject); SVGStyleElement* imp = static_cast(castedThis->impl()); ExceptionCode ec = 0; imp->setTitle(ustringToString(value.toString(exec)), ec); setDOMException(exec, ec); } void setJSSVGStyleElementXmllang(ExecState* exec, JSObject* thisObject, JSValue value) { JSSVGStyleElement* castedThis = static_cast(thisObject); SVGStyleElement* imp = static_cast(castedThis->impl()); imp->setXmllang(ustringToString(value.toString(exec))); } void setJSSVGStyleElementXmlspace(ExecState* exec, JSObject* thisObject, JSValue value) { JSSVGStyleElement* castedThis = static_cast(thisObject); SVGStyleElement* imp = static_cast(castedThis->impl()); imp->setXmlspace(ustringToString(value.toString(exec))); } JSValue JSSVGStyleElement::getConstructor(ExecState* exec, JSGlobalObject* globalObject) { return getDOMConstructor(exec, static_cast(globalObject)); } } #endif // ENABLE(SVG)