diff -r 000000000000 -r 4f2f89ce4247 WebCore/generated/JSHTMLOptionElement.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WebCore/generated/JSHTMLOptionElement.cpp Fri Sep 17 09:02:29 2010 +0300 @@ -0,0 +1,289 @@ +/* + 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" +#include "JSHTMLOptionElement.h" + +#include "HTMLFormElement.h" +#include "HTMLNames.h" +#include "HTMLOptionElement.h" +#include "JSHTMLFormElement.h" +#include "KURL.h" +#include +#include +#include + +using namespace JSC; + +namespace WebCore { + +ASSERT_CLASS_FITS_IN_CELL(JSHTMLOptionElement); + +/* Hash table */ +#if ENABLE(JIT) +#define THUNK_GENERATOR(generator) , generator +#else +#define THUNK_GENERATOR(generator) +#endif + +static const HashTableValue JSHTMLOptionElementTableValues[10] = +{ + { "form", DontDelete | ReadOnly, (intptr_t)static_cast(jsHTMLOptionElementForm), (intptr_t)0 THUNK_GENERATOR(0) }, + { "defaultSelected", DontDelete, (intptr_t)static_cast(jsHTMLOptionElementDefaultSelected), (intptr_t)setJSHTMLOptionElementDefaultSelected THUNK_GENERATOR(0) }, + { "text", DontDelete, (intptr_t)static_cast(jsHTMLOptionElementText), (intptr_t)setJSHTMLOptionElementText THUNK_GENERATOR(0) }, + { "index", DontDelete | ReadOnly, (intptr_t)static_cast(jsHTMLOptionElementIndex), (intptr_t)0 THUNK_GENERATOR(0) }, + { "disabled", DontDelete, (intptr_t)static_cast(jsHTMLOptionElementDisabled), (intptr_t)setJSHTMLOptionElementDisabled THUNK_GENERATOR(0) }, + { "label", DontDelete, (intptr_t)static_cast(jsHTMLOptionElementLabel), (intptr_t)setJSHTMLOptionElementLabel THUNK_GENERATOR(0) }, + { "selected", DontDelete, (intptr_t)static_cast(jsHTMLOptionElementSelected), (intptr_t)setJSHTMLOptionElementSelected THUNK_GENERATOR(0) }, + { "value", DontDelete, (intptr_t)static_cast(jsHTMLOptionElementValue), (intptr_t)setJSHTMLOptionElementValue THUNK_GENERATOR(0) }, + { "constructor", DontEnum | ReadOnly, (intptr_t)static_cast(jsHTMLOptionElementConstructor), (intptr_t)0 THUNK_GENERATOR(0) }, + { 0, 0, 0, 0 THUNK_GENERATOR(0) } +}; + +#undef THUNK_GENERATOR +static JSC_CONST_HASHTABLE HashTable JSHTMLOptionElementTable = { 34, 31, JSHTMLOptionElementTableValues, 0 }; +/* Hash table for constructor */ +#if ENABLE(JIT) +#define THUNK_GENERATOR(generator) , generator +#else +#define THUNK_GENERATOR(generator) +#endif + +static const HashTableValue JSHTMLOptionElementConstructorTableValues[1] = +{ + { 0, 0, 0, 0 THUNK_GENERATOR(0) } +}; + +#undef THUNK_GENERATOR +static JSC_CONST_HASHTABLE HashTable JSHTMLOptionElementConstructorTable = { 1, 0, JSHTMLOptionElementConstructorTableValues, 0 }; +class JSHTMLOptionElementConstructor : public DOMConstructorObject { +public: + JSHTMLOptionElementConstructor(JSC::ExecState*, JSDOMGlobalObject*); + + virtual bool getOwnPropertySlot(JSC::ExecState*, const JSC::Identifier&, JSC::PropertySlot&); + virtual bool getOwnPropertyDescriptor(JSC::ExecState*, const JSC::Identifier&, JSC::PropertyDescriptor&); + virtual const JSC::ClassInfo* classInfo() const { return &s_info; } + static const JSC::ClassInfo s_info; + static PassRefPtr createStructure(JSC::JSValue prototype) + { + return JSC::Structure::create(prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount); + } +protected: + static const unsigned StructureFlags = JSC::OverridesGetOwnPropertySlot | JSC::ImplementsHasInstance | DOMConstructorObject::StructureFlags; +}; + +const ClassInfo JSHTMLOptionElementConstructor::s_info = { "HTMLOptionElementConstructor", 0, &JSHTMLOptionElementConstructorTable, 0 }; + +JSHTMLOptionElementConstructor::JSHTMLOptionElementConstructor(ExecState* exec, JSDOMGlobalObject* globalObject) + : DOMConstructorObject(JSHTMLOptionElementConstructor::createStructure(globalObject->objectPrototype()), globalObject) +{ + putDirect(exec->propertyNames().prototype, JSHTMLOptionElementPrototype::self(exec, globalObject), DontDelete | ReadOnly); +} + +bool JSHTMLOptionElementConstructor::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) +{ + return getStaticValueSlot(exec, &JSHTMLOptionElementConstructorTable, this, propertyName, slot); +} + +bool JSHTMLOptionElementConstructor::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) +{ + return getStaticValueDescriptor(exec, &JSHTMLOptionElementConstructorTable, this, propertyName, descriptor); +} + +/* Hash table for prototype */ +#if ENABLE(JIT) +#define THUNK_GENERATOR(generator) , generator +#else +#define THUNK_GENERATOR(generator) +#endif + +static const HashTableValue JSHTMLOptionElementPrototypeTableValues[1] = +{ + { 0, 0, 0, 0 THUNK_GENERATOR(0) } +}; + +#undef THUNK_GENERATOR +static JSC_CONST_HASHTABLE HashTable JSHTMLOptionElementPrototypeTable = { 1, 0, JSHTMLOptionElementPrototypeTableValues, 0 }; +const ClassInfo JSHTMLOptionElementPrototype::s_info = { "HTMLOptionElementPrototype", 0, &JSHTMLOptionElementPrototypeTable, 0 }; + +JSObject* JSHTMLOptionElementPrototype::self(ExecState* exec, JSGlobalObject* globalObject) +{ + return getDOMPrototype(exec, globalObject); +} + +const ClassInfo JSHTMLOptionElement::s_info = { "HTMLOptionElement", &JSHTMLElement::s_info, &JSHTMLOptionElementTable, 0 }; + +JSHTMLOptionElement::JSHTMLOptionElement(NonNullPassRefPtr structure, JSDOMGlobalObject* globalObject, PassRefPtr impl) + : JSHTMLElement(structure, globalObject, impl) +{ +} + +JSObject* JSHTMLOptionElement::createPrototype(ExecState* exec, JSGlobalObject* globalObject) +{ + return new (exec) JSHTMLOptionElementPrototype(globalObject, JSHTMLOptionElementPrototype::createStructure(JSHTMLElementPrototype::self(exec, globalObject))); +} + +bool JSHTMLOptionElement::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) +{ + return getStaticValueSlot(exec, &JSHTMLOptionElementTable, this, propertyName, slot); +} + +bool JSHTMLOptionElement::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) +{ + return getStaticValueDescriptor(exec, &JSHTMLOptionElementTable, this, propertyName, descriptor); +} + +JSValue jsHTMLOptionElementForm(ExecState* exec, JSValue slotBase, const Identifier&) +{ + JSHTMLOptionElement* castedThis = static_cast(asObject(slotBase)); + UNUSED_PARAM(exec); + HTMLOptionElement* imp = static_cast(castedThis->impl()); + JSValue result = toJS(exec, castedThis->globalObject(), WTF::getPtr(imp->form())); + return result; +} + +JSValue jsHTMLOptionElementDefaultSelected(ExecState* exec, JSValue slotBase, const Identifier&) +{ + JSHTMLOptionElement* castedThis = static_cast(asObject(slotBase)); + UNUSED_PARAM(exec); + HTMLOptionElement* imp = static_cast(castedThis->impl()); + JSValue result = jsBoolean(imp->hasAttribute(WebCore::HTMLNames::selectedAttr)); + return result; +} + +JSValue jsHTMLOptionElementText(ExecState* exec, JSValue slotBase, const Identifier&) +{ + JSHTMLOptionElement* castedThis = static_cast(asObject(slotBase)); + UNUSED_PARAM(exec); + HTMLOptionElement* imp = static_cast(castedThis->impl()); + JSValue result = jsString(exec, imp->text()); + return result; +} + +JSValue jsHTMLOptionElementIndex(ExecState* exec, JSValue slotBase, const Identifier&) +{ + JSHTMLOptionElement* castedThis = static_cast(asObject(slotBase)); + UNUSED_PARAM(exec); + HTMLOptionElement* imp = static_cast(castedThis->impl()); + JSValue result = jsNumber(exec, imp->index()); + return result; +} + +JSValue jsHTMLOptionElementDisabled(ExecState* exec, JSValue slotBase, const Identifier&) +{ + JSHTMLOptionElement* castedThis = static_cast(asObject(slotBase)); + UNUSED_PARAM(exec); + HTMLOptionElement* imp = static_cast(castedThis->impl()); + JSValue result = jsBoolean(imp->hasAttribute(WebCore::HTMLNames::disabledAttr)); + return result; +} + +JSValue jsHTMLOptionElementLabel(ExecState* exec, JSValue slotBase, const Identifier&) +{ + JSHTMLOptionElement* castedThis = static_cast(asObject(slotBase)); + UNUSED_PARAM(exec); + HTMLOptionElement* imp = static_cast(castedThis->impl()); + JSValue result = jsString(exec, imp->getAttribute(WebCore::HTMLNames::labelAttr)); + return result; +} + +JSValue jsHTMLOptionElementSelected(ExecState* exec, JSValue slotBase, const Identifier&) +{ + JSHTMLOptionElement* castedThis = static_cast(asObject(slotBase)); + UNUSED_PARAM(exec); + HTMLOptionElement* imp = static_cast(castedThis->impl()); + JSValue result = jsBoolean(imp->selected()); + return result; +} + +JSValue jsHTMLOptionElementValue(ExecState* exec, JSValue slotBase, const Identifier&) +{ + JSHTMLOptionElement* castedThis = static_cast(asObject(slotBase)); + UNUSED_PARAM(exec); + HTMLOptionElement* imp = static_cast(castedThis->impl()); + JSValue result = jsString(exec, imp->value()); + return result; +} + +JSValue jsHTMLOptionElementConstructor(ExecState* exec, JSValue slotBase, const Identifier&) +{ + JSHTMLOptionElement* domObject = static_cast(asObject(slotBase)); + return JSHTMLOptionElement::getConstructor(exec, domObject->globalObject()); +} +void JSHTMLOptionElement::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) +{ + lookupPut(exec, propertyName, value, &JSHTMLOptionElementTable, this, slot); +} + +void setJSHTMLOptionElementDefaultSelected(ExecState* exec, JSObject* thisObject, JSValue value) +{ + JSHTMLOptionElement* castedThis = static_cast(thisObject); + HTMLOptionElement* imp = static_cast(castedThis->impl()); + imp->setBooleanAttribute(WebCore::HTMLNames::selectedAttr, value.toBoolean(exec)); +} + +void setJSHTMLOptionElementText(ExecState* exec, JSObject* thisObject, JSValue value) +{ + JSHTMLOptionElement* castedThis = static_cast(thisObject); + HTMLOptionElement* imp = static_cast(castedThis->impl()); + ExceptionCode ec = 0; + imp->setText(valueToStringWithNullCheck(exec, value), ec); + setDOMException(exec, ec); +} + +void setJSHTMLOptionElementDisabled(ExecState* exec, JSObject* thisObject, JSValue value) +{ + JSHTMLOptionElement* castedThis = static_cast(thisObject); + HTMLOptionElement* imp = static_cast(castedThis->impl()); + imp->setBooleanAttribute(WebCore::HTMLNames::disabledAttr, value.toBoolean(exec)); +} + +void setJSHTMLOptionElementLabel(ExecState* exec, JSObject* thisObject, JSValue value) +{ + JSHTMLOptionElement* castedThis = static_cast(thisObject); + HTMLOptionElement* imp = static_cast(castedThis->impl()); + imp->setAttribute(WebCore::HTMLNames::labelAttr, valueToStringWithNullCheck(exec, value)); +} + +void setJSHTMLOptionElementSelected(ExecState* exec, JSObject* thisObject, JSValue value) +{ + JSHTMLOptionElement* castedThis = static_cast(thisObject); + HTMLOptionElement* imp = static_cast(castedThis->impl()); + imp->setSelected(value.toBoolean(exec)); +} + +void setJSHTMLOptionElementValue(ExecState* exec, JSObject* thisObject, JSValue value) +{ + JSHTMLOptionElement* castedThis = static_cast(thisObject); + HTMLOptionElement* imp = static_cast(castedThis->impl()); + imp->setValue(valueToStringWithNullCheck(exec, value)); +} + +JSValue JSHTMLOptionElement::getConstructor(ExecState* exec, JSGlobalObject* globalObject) +{ + return getDOMConstructor(exec, static_cast(globalObject)); +} + +HTMLOptionElement* toHTMLOptionElement(JSC::JSValue value) +{ + return value.inherits(&JSHTMLOptionElement::s_info) ? static_cast(asObject(value))->impl() : 0; +} + +}