/* 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 "JSHTMLInputElement.h" #include "FileList.h" #include "HTMLElement.h" #include "HTMLFormElement.h" #include "HTMLInputElement.h" #include "HTMLNames.h" #include "HTMLOptionElement.h" #include "JSFileList.h" #include "JSHTMLElement.h" #include "JSHTMLFormElement.h" #include "JSHTMLOptionElement.h" #include "JSValidityState.h" #include "KURL.h" #include "ValidityState.h" #include #include #include #include using namespace JSC; namespace WebCore { ASSERT_CLASS_FITS_IN_CELL(JSHTMLInputElement); /* Hash table */ static const HashTableValue JSHTMLInputElementTableValues[39] = { { "defaultValue", DontDelete, (intptr_t)static_cast(jsHTMLInputElementDefaultValue), (intptr_t)setJSHTMLInputElementDefaultValue }, { "defaultChecked", DontDelete, (intptr_t)static_cast(jsHTMLInputElementDefaultChecked), (intptr_t)setJSHTMLInputElementDefaultChecked }, { "form", DontDelete|ReadOnly, (intptr_t)static_cast(jsHTMLInputElementForm), (intptr_t)0 }, { "formNoValidate", DontDelete, (intptr_t)static_cast(jsHTMLInputElementFormNoValidate), (intptr_t)setJSHTMLInputElementFormNoValidate }, { "validity", DontDelete|ReadOnly, (intptr_t)static_cast(jsHTMLInputElementValidity), (intptr_t)0 }, { "accept", DontDelete, (intptr_t)static_cast(jsHTMLInputElementAccept), (intptr_t)setJSHTMLInputElementAccept }, { "accessKey", DontDelete, (intptr_t)static_cast(jsHTMLInputElementAccessKey), (intptr_t)setJSHTMLInputElementAccessKey }, { "align", DontDelete, (intptr_t)static_cast(jsHTMLInputElementAlign), (intptr_t)setJSHTMLInputElementAlign }, { "alt", DontDelete, (intptr_t)static_cast(jsHTMLInputElementAlt), (intptr_t)setJSHTMLInputElementAlt }, { "checked", DontDelete, (intptr_t)static_cast(jsHTMLInputElementChecked), (intptr_t)setJSHTMLInputElementChecked }, { "disabled", DontDelete, (intptr_t)static_cast(jsHTMLInputElementDisabled), (intptr_t)setJSHTMLInputElementDisabled }, { "autofocus", DontDelete, (intptr_t)static_cast(jsHTMLInputElementAutofocus), (intptr_t)setJSHTMLInputElementAutofocus }, { "list", DontDelete|ReadOnly, (intptr_t)static_cast(jsHTMLInputElementList), (intptr_t)0 }, { "max", DontDelete, (intptr_t)static_cast(jsHTMLInputElementMax), (intptr_t)setJSHTMLInputElementMax }, { "maxLength", DontDelete, (intptr_t)static_cast(jsHTMLInputElementMaxLength), (intptr_t)setJSHTMLInputElementMaxLength }, { "min", DontDelete, (intptr_t)static_cast(jsHTMLInputElementMin), (intptr_t)setJSHTMLInputElementMin }, { "multiple", DontDelete, (intptr_t)static_cast(jsHTMLInputElementMultiple), (intptr_t)setJSHTMLInputElementMultiple }, { "name", DontDelete, (intptr_t)static_cast(jsHTMLInputElementName), (intptr_t)setJSHTMLInputElementName }, { "pattern", DontDelete, (intptr_t)static_cast(jsHTMLInputElementPattern), (intptr_t)setJSHTMLInputElementPattern }, { "placeholder", DontDelete, (intptr_t)static_cast(jsHTMLInputElementPlaceholder), (intptr_t)setJSHTMLInputElementPlaceholder }, { "readOnly", DontDelete, (intptr_t)static_cast(jsHTMLInputElementReadOnly), (intptr_t)setJSHTMLInputElementReadOnly }, { "required", DontDelete, (intptr_t)static_cast(jsHTMLInputElementRequired), (intptr_t)setJSHTMLInputElementRequired }, { "size", DontDelete, (intptr_t)static_cast(jsHTMLInputElementSize), (intptr_t)setJSHTMLInputElementSize }, { "src", DontDelete, (intptr_t)static_cast(jsHTMLInputElementSrc), (intptr_t)setJSHTMLInputElementSrc }, { "step", DontDelete, (intptr_t)static_cast(jsHTMLInputElementStep), (intptr_t)setJSHTMLInputElementStep }, { "type", DontDelete, (intptr_t)static_cast(jsHTMLInputElementType), (intptr_t)setJSHTMLInputElementType }, { "useMap", DontDelete, (intptr_t)static_cast(jsHTMLInputElementUseMap), (intptr_t)setJSHTMLInputElementUseMap }, { "value", DontDelete, (intptr_t)static_cast(jsHTMLInputElementValue), (intptr_t)setJSHTMLInputElementValue }, { "valueAsDate", DontDelete, (intptr_t)static_cast(jsHTMLInputElementValueAsDate), (intptr_t)setJSHTMLInputElementValueAsDate }, { "valueAsNumber", DontDelete, (intptr_t)static_cast(jsHTMLInputElementValueAsNumber), (intptr_t)setJSHTMLInputElementValueAsNumber }, { "selectedOption", DontDelete|ReadOnly, (intptr_t)static_cast(jsHTMLInputElementSelectedOption), (intptr_t)0 }, { "willValidate", DontDelete|ReadOnly, (intptr_t)static_cast(jsHTMLInputElementWillValidate), (intptr_t)0 }, { "validationMessage", DontDelete|ReadOnly, (intptr_t)static_cast(jsHTMLInputElementValidationMessage), (intptr_t)0 }, { "indeterminate", DontDelete, (intptr_t)static_cast(jsHTMLInputElementIndeterminate), (intptr_t)setJSHTMLInputElementIndeterminate }, { "selectionStart", DontDelete, (intptr_t)static_cast(jsHTMLInputElementSelectionStart), (intptr_t)setJSHTMLInputElementSelectionStart }, { "selectionEnd", DontDelete, (intptr_t)static_cast(jsHTMLInputElementSelectionEnd), (intptr_t)setJSHTMLInputElementSelectionEnd }, { "files", DontDelete|ReadOnly, (intptr_t)static_cast(jsHTMLInputElementFiles), (intptr_t)0 }, { "constructor", DontEnum|ReadOnly, (intptr_t)static_cast(jsHTMLInputElementConstructor), (intptr_t)0 }, { 0, 0, 0, 0 } }; static JSC_CONST_HASHTABLE HashTable JSHTMLInputElementTable = #if ENABLE(PERFECT_HASH_SIZE) { 2047, JSHTMLInputElementTableValues, 0 }; #else { 133, 127, JSHTMLInputElementTableValues, 0 }; #endif /* Hash table for constructor */ static const HashTableValue JSHTMLInputElementConstructorTableValues[1] = { { 0, 0, 0, 0 } }; static JSC_CONST_HASHTABLE HashTable JSHTMLInputElementConstructorTable = #if ENABLE(PERFECT_HASH_SIZE) { 0, JSHTMLInputElementConstructorTableValues, 0 }; #else { 1, 0, JSHTMLInputElementConstructorTableValues, 0 }; #endif class JSHTMLInputElementConstructor : public DOMConstructorObject { public: JSHTMLInputElementConstructor(ExecState* exec, JSDOMGlobalObject* globalObject) : DOMConstructorObject(JSHTMLInputElementConstructor::createStructure(globalObject->objectPrototype()), globalObject) { putDirect(exec->propertyNames().prototype, JSHTMLInputElementPrototype::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 JSHTMLInputElementConstructor::s_info = { "HTMLInputElementConstructor", 0, &JSHTMLInputElementConstructorTable, 0 }; bool JSHTMLInputElementConstructor::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) { return getStaticValueSlot(exec, &JSHTMLInputElementConstructorTable, this, propertyName, slot); } bool JSHTMLInputElementConstructor::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) { return getStaticValueDescriptor(exec, &JSHTMLInputElementConstructorTable, this, propertyName, descriptor); } /* Hash table for prototype */ static const HashTableValue JSHTMLInputElementPrototypeTableValues[8] = { { "stepUp", DontDelete|Function, (intptr_t)static_cast(jsHTMLInputElementPrototypeFunctionStepUp), (intptr_t)1 }, { "stepDown", DontDelete|Function, (intptr_t)static_cast(jsHTMLInputElementPrototypeFunctionStepDown), (intptr_t)1 }, { "checkValidity", DontDelete|Function, (intptr_t)static_cast(jsHTMLInputElementPrototypeFunctionCheckValidity), (intptr_t)0 }, { "setCustomValidity", DontDelete|Function, (intptr_t)static_cast(jsHTMLInputElementPrototypeFunctionSetCustomValidity), (intptr_t)1 }, { "select", DontDelete|Function, (intptr_t)static_cast(jsHTMLInputElementPrototypeFunctionSelect), (intptr_t)0 }, { "click", DontDelete|Function, (intptr_t)static_cast(jsHTMLInputElementPrototypeFunctionClick), (intptr_t)0 }, { "setSelectionRange", DontDelete|Function, (intptr_t)static_cast(jsHTMLInputElementPrototypeFunctionSetSelectionRange), (intptr_t)2 }, { 0, 0, 0, 0 } }; static JSC_CONST_HASHTABLE HashTable JSHTMLInputElementPrototypeTable = #if ENABLE(PERFECT_HASH_SIZE) { 16383, JSHTMLInputElementPrototypeTableValues, 0 }; #else { 17, 15, JSHTMLInputElementPrototypeTableValues, 0 }; #endif const ClassInfo JSHTMLInputElementPrototype::s_info = { "HTMLInputElementPrototype", 0, &JSHTMLInputElementPrototypeTable, 0 }; JSObject* JSHTMLInputElementPrototype::self(ExecState* exec, JSGlobalObject* globalObject) { return getDOMPrototype(exec, globalObject); } bool JSHTMLInputElementPrototype::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) { return getStaticFunctionSlot(exec, &JSHTMLInputElementPrototypeTable, this, propertyName, slot); } bool JSHTMLInputElementPrototype::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) { return getStaticFunctionDescriptor(exec, &JSHTMLInputElementPrototypeTable, this, propertyName, descriptor); } const ClassInfo JSHTMLInputElement::s_info = { "HTMLInputElement", &JSHTMLElement::s_info, &JSHTMLInputElementTable, 0 }; JSHTMLInputElement::JSHTMLInputElement(NonNullPassRefPtr structure, JSDOMGlobalObject* globalObject, PassRefPtr impl) : JSHTMLElement(structure, globalObject, impl) { } JSObject* JSHTMLInputElement::createPrototype(ExecState* exec, JSGlobalObject* globalObject) { return new (exec) JSHTMLInputElementPrototype(JSHTMLInputElementPrototype::createStructure(JSHTMLElementPrototype::self(exec, globalObject))); } bool JSHTMLInputElement::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) { return getStaticValueSlot(exec, &JSHTMLInputElementTable, this, propertyName, slot); } bool JSHTMLInputElement::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) { return getStaticValueDescriptor(exec, &JSHTMLInputElementTable, this, propertyName, descriptor); } JSValue jsHTMLInputElementDefaultValue(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = jsString(exec, imp->defaultValue()); return result; } JSValue jsHTMLInputElementDefaultChecked(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = jsBoolean(imp->defaultChecked()); return result; } JSValue jsHTMLInputElementForm(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = toJS(exec, castedThis->globalObject(), WTF::getPtr(imp->form())); return result; } JSValue jsHTMLInputElementFormNoValidate(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = jsBoolean(imp->formNoValidate()); return result; } JSValue jsHTMLInputElementValidity(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = toJS(exec, castedThis->globalObject(), WTF::getPtr(imp->validity())); return result; } JSValue jsHTMLInputElementAccept(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = jsString(exec, imp->accept()); return result; } JSValue jsHTMLInputElementAccessKey(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = jsString(exec, imp->accessKey()); return result; } JSValue jsHTMLInputElementAlign(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = jsString(exec, imp->align()); return result; } JSValue jsHTMLInputElementAlt(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = jsString(exec, imp->alt()); return result; } JSValue jsHTMLInputElementChecked(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = jsBoolean(imp->checked()); return result; } JSValue jsHTMLInputElementDisabled(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = jsBoolean(imp->disabled()); return result; } JSValue jsHTMLInputElementAutofocus(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = jsBoolean(imp->autofocus()); return result; } JSValue jsHTMLInputElementList(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = toJS(exec, castedThis->globalObject(), WTF::getPtr(imp->list())); return result; } JSValue jsHTMLInputElementMax(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = jsString(exec, imp->getAttribute(HTMLNames::maxAttr)); return result; } JSValue jsHTMLInputElementMaxLength(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = jsNumber(exec, imp->maxLength()); return result; } JSValue jsHTMLInputElementMin(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = jsString(exec, imp->getAttribute(HTMLNames::minAttr)); return result; } JSValue jsHTMLInputElementMultiple(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = jsBoolean(imp->multiple()); return result; } JSValue jsHTMLInputElementName(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = jsString(exec, imp->name()); return result; } JSValue jsHTMLInputElementPattern(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = jsString(exec, imp->getAttribute(HTMLNames::patternAttr)); return result; } JSValue jsHTMLInputElementPlaceholder(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = jsString(exec, imp->placeholder()); return result; } JSValue jsHTMLInputElementReadOnly(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = jsBoolean(imp->readOnly()); return result; } JSValue jsHTMLInputElementRequired(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = jsBoolean(imp->required()); return result; } JSValue jsHTMLInputElementSize(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = jsNumber(exec, imp->size()); return result; } JSValue jsHTMLInputElementSrc(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = jsString(exec, imp->src()); return result; } JSValue jsHTMLInputElementStep(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = jsString(exec, imp->getAttribute(HTMLNames::stepAttr)); return result; } JSValue jsHTMLInputElementType(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); return castedThis->type(exec); } JSValue jsHTMLInputElementUseMap(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = jsString(exec, imp->useMap()); return result; } JSValue jsHTMLInputElementValue(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = jsString(exec, imp->value()); return result; } JSValue jsHTMLInputElementValueAsDate(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = jsDateOrNull(exec, imp->valueAsDate()); return result; } JSValue jsHTMLInputElementValueAsNumber(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = jsNumber(exec, imp->valueAsNumber()); return result; } JSValue jsHTMLInputElementSelectedOption(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = toJS(exec, castedThis->globalObject(), WTF::getPtr(imp->selectedOption())); return result; } JSValue jsHTMLInputElementWillValidate(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = jsBoolean(imp->willValidate()); return result; } JSValue jsHTMLInputElementValidationMessage(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = jsString(exec, imp->validationMessage()); return result; } JSValue jsHTMLInputElementIndeterminate(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = jsBoolean(imp->indeterminate()); return result; } JSValue jsHTMLInputElementSelectionStart(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); return castedThis->selectionStart(exec); } JSValue jsHTMLInputElementSelectionEnd(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); return castedThis->selectionEnd(exec); } JSValue jsHTMLInputElementFiles(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); HTMLInputElement* imp = static_cast(castedThis->impl()); JSValue result = toJS(exec, castedThis->globalObject(), WTF::getPtr(imp->files())); return result; } JSValue jsHTMLInputElementConstructor(ExecState* exec, JSValue slotBase, const Identifier&) { JSHTMLInputElement* domObject = static_cast(asObject(slotBase)); return JSHTMLInputElement::getConstructor(exec, domObject->globalObject()); } void JSHTMLInputElement::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) { lookupPut(exec, propertyName, value, &JSHTMLInputElementTable, this, slot); } void setJSHTMLInputElementDefaultValue(ExecState* exec, JSObject* thisObject, JSValue value) { JSHTMLInputElement* castedThisObj = static_cast(thisObject); HTMLInputElement* imp = static_cast(castedThisObj->impl()); imp->setDefaultValue(valueToStringWithNullCheck(exec, value)); } void setJSHTMLInputElementDefaultChecked(ExecState* exec, JSObject* thisObject, JSValue value) { JSHTMLInputElement* castedThisObj = static_cast(thisObject); HTMLInputElement* imp = static_cast(castedThisObj->impl()); imp->setDefaultChecked(value.toBoolean(exec)); } void setJSHTMLInputElementFormNoValidate(ExecState* exec, JSObject* thisObject, JSValue value) { JSHTMLInputElement* castedThisObj = static_cast(thisObject); HTMLInputElement* imp = static_cast(castedThisObj->impl()); imp->setFormNoValidate(value.toBoolean(exec)); } void setJSHTMLInputElementAccept(ExecState* exec, JSObject* thisObject, JSValue value) { JSHTMLInputElement* castedThisObj = static_cast(thisObject); HTMLInputElement* imp = static_cast(castedThisObj->impl()); imp->setAccept(valueToStringWithNullCheck(exec, value)); } void setJSHTMLInputElementAccessKey(ExecState* exec, JSObject* thisObject, JSValue value) { JSHTMLInputElement* castedThisObj = static_cast(thisObject); HTMLInputElement* imp = static_cast(castedThisObj->impl()); imp->setAccessKey(valueToStringWithNullCheck(exec, value)); } void setJSHTMLInputElementAlign(ExecState* exec, JSObject* thisObject, JSValue value) { JSHTMLInputElement* castedThisObj = static_cast(thisObject); HTMLInputElement* imp = static_cast(castedThisObj->impl()); imp->setAlign(valueToStringWithNullCheck(exec, value)); } void setJSHTMLInputElementAlt(ExecState* exec, JSObject* thisObject, JSValue value) { JSHTMLInputElement* castedThisObj = static_cast(thisObject); HTMLInputElement* imp = static_cast(castedThisObj->impl()); imp->setAlt(valueToStringWithNullCheck(exec, value)); } void setJSHTMLInputElementChecked(ExecState* exec, JSObject* thisObject, JSValue value) { JSHTMLInputElement* castedThisObj = static_cast(thisObject); HTMLInputElement* imp = static_cast(castedThisObj->impl()); imp->setChecked(value.toBoolean(exec)); } void setJSHTMLInputElementDisabled(ExecState* exec, JSObject* thisObject, JSValue value) { JSHTMLInputElement* castedThisObj = static_cast(thisObject); HTMLInputElement* imp = static_cast(castedThisObj->impl()); imp->setDisabled(value.toBoolean(exec)); } void setJSHTMLInputElementAutofocus(ExecState* exec, JSObject* thisObject, JSValue value) { JSHTMLInputElement* castedThisObj = static_cast(thisObject); HTMLInputElement* imp = static_cast(castedThisObj->impl()); imp->setAutofocus(value.toBoolean(exec)); } void setJSHTMLInputElementMax(ExecState* exec, JSObject* thisObject, JSValue value) { JSHTMLInputElement* castedThisObj = static_cast(thisObject); HTMLInputElement* imp = static_cast(castedThisObj->impl()); imp->setAttribute(HTMLNames::maxAttr, valueToStringWithNullCheck(exec, value)); } void setJSHTMLInputElementMaxLength(ExecState* exec, JSObject* thisObject, JSValue value) { JSHTMLInputElement* castedThisObj = static_cast(thisObject); HTMLInputElement* imp = static_cast(castedThisObj->impl()); ExceptionCode ec = 0; imp->setMaxLength(value.toInt32(exec), ec); setDOMException(exec, ec); } void setJSHTMLInputElementMin(ExecState* exec, JSObject* thisObject, JSValue value) { JSHTMLInputElement* castedThisObj = static_cast(thisObject); HTMLInputElement* imp = static_cast(castedThisObj->impl()); imp->setAttribute(HTMLNames::minAttr, valueToStringWithNullCheck(exec, value)); } void setJSHTMLInputElementMultiple(ExecState* exec, JSObject* thisObject, JSValue value) { JSHTMLInputElement* castedThisObj = static_cast(thisObject); HTMLInputElement* imp = static_cast(castedThisObj->impl()); imp->setMultiple(value.toBoolean(exec)); } void setJSHTMLInputElementName(ExecState* exec, JSObject* thisObject, JSValue value) { JSHTMLInputElement* castedThisObj = static_cast(thisObject); HTMLInputElement* imp = static_cast(castedThisObj->impl()); imp->setName(valueToStringWithNullCheck(exec, value)); } void setJSHTMLInputElementPattern(ExecState* exec, JSObject* thisObject, JSValue value) { JSHTMLInputElement* castedThisObj = static_cast(thisObject); HTMLInputElement* imp = static_cast(castedThisObj->impl()); imp->setAttribute(HTMLNames::patternAttr, valueToStringWithNullCheck(exec, value)); } void setJSHTMLInputElementPlaceholder(ExecState* exec, JSObject* thisObject, JSValue value) { JSHTMLInputElement* castedThisObj = static_cast(thisObject); HTMLInputElement* imp = static_cast(castedThisObj->impl()); imp->setPlaceholder(value.toString(exec)); } void setJSHTMLInputElementReadOnly(ExecState* exec, JSObject* thisObject, JSValue value) { JSHTMLInputElement* castedThisObj = static_cast(thisObject); HTMLInputElement* imp = static_cast(castedThisObj->impl()); imp->setReadOnly(value.toBoolean(exec)); } void setJSHTMLInputElementRequired(ExecState* exec, JSObject* thisObject, JSValue value) { JSHTMLInputElement* castedThisObj = static_cast(thisObject); HTMLInputElement* imp = static_cast(castedThisObj->impl()); imp->setRequired(value.toBoolean(exec)); } void setJSHTMLInputElementSize(ExecState* exec, JSObject* thisObject, JSValue value) { JSHTMLInputElement* castedThisObj = static_cast(thisObject); HTMLInputElement* imp = static_cast(castedThisObj->impl()); imp->setSize(value.toInt32(exec)); } void setJSHTMLInputElementSrc(ExecState* exec, JSObject* thisObject, JSValue value) { JSHTMLInputElement* castedThisObj = static_cast(thisObject); HTMLInputElement* imp = static_cast(castedThisObj->impl()); imp->setSrc(valueToStringWithNullCheck(exec, value)); } void setJSHTMLInputElementStep(ExecState* exec, JSObject* thisObject, JSValue value) { JSHTMLInputElement* castedThisObj = static_cast(thisObject); HTMLInputElement* imp = static_cast(castedThisObj->impl()); imp->setAttribute(HTMLNames::stepAttr, valueToStringWithNullCheck(exec, value)); } void setJSHTMLInputElementType(ExecState* exec, JSObject* thisObject, JSValue value) { JSHTMLInputElement* castedThisObj = static_cast(thisObject); HTMLInputElement* imp = static_cast(castedThisObj->impl()); imp->setType(valueToStringWithNullCheck(exec, value)); } void setJSHTMLInputElementUseMap(ExecState* exec, JSObject* thisObject, JSValue value) { JSHTMLInputElement* castedThisObj = static_cast(thisObject); HTMLInputElement* imp = static_cast(castedThisObj->impl()); imp->setUseMap(valueToStringWithNullCheck(exec, value)); } void setJSHTMLInputElementValue(ExecState* exec, JSObject* thisObject, JSValue value) { JSHTMLInputElement* castedThisObj = static_cast(thisObject); HTMLInputElement* imp = static_cast(castedThisObj->impl()); imp->setValue(valueToStringWithNullCheck(exec, value)); } void setJSHTMLInputElementValueAsDate(ExecState* exec, JSObject* thisObject, JSValue value) { JSHTMLInputElement* castedThisObj = static_cast(thisObject); HTMLInputElement* imp = static_cast(castedThisObj->impl()); ExceptionCode ec = 0; imp->setValueAsDate(valueToDate(exec, value), ec); setDOMException(exec, ec); } void setJSHTMLInputElementValueAsNumber(ExecState* exec, JSObject* thisObject, JSValue value) { JSHTMLInputElement* castedThisObj = static_cast(thisObject); HTMLInputElement* imp = static_cast(castedThisObj->impl()); ExceptionCode ec = 0; imp->setValueAsNumber(value.toNumber(exec), ec); setDOMException(exec, ec); } void setJSHTMLInputElementIndeterminate(ExecState* exec, JSObject* thisObject, JSValue value) { JSHTMLInputElement* castedThisObj = static_cast(thisObject); HTMLInputElement* imp = static_cast(castedThisObj->impl()); imp->setIndeterminate(value.toBoolean(exec)); } void setJSHTMLInputElementSelectionStart(ExecState* exec, JSObject* thisObject, JSValue value) { static_cast(thisObject)->setSelectionStart(exec, value); } void setJSHTMLInputElementSelectionEnd(ExecState* exec, JSObject* thisObject, JSValue value) { static_cast(thisObject)->setSelectionEnd(exec, value); } JSValue JSHTMLInputElement::getConstructor(ExecState* exec, JSGlobalObject* globalObject) { return getDOMConstructor(exec, static_cast(globalObject)); } JSValue JSC_HOST_CALL jsHTMLInputElementPrototypeFunctionStepUp(ExecState* exec, JSObject*, JSValue thisValue, const ArgList& args) { UNUSED_PARAM(args); if (!thisValue.inherits(&JSHTMLInputElement::s_info)) return throwError(exec, TypeError); JSHTMLInputElement* castedThisObj = static_cast(asObject(thisValue)); HTMLInputElement* imp = static_cast(castedThisObj->impl()); ExceptionCode ec = 0; int argsCount = args.size(); if (argsCount < 1) { imp->stepUp(ec); setDOMException(exec, ec); return jsUndefined(); } int n = args.at(0).toInt32(exec); imp->stepUp(n, ec); setDOMException(exec, ec); return jsUndefined(); } JSValue JSC_HOST_CALL jsHTMLInputElementPrototypeFunctionStepDown(ExecState* exec, JSObject*, JSValue thisValue, const ArgList& args) { UNUSED_PARAM(args); if (!thisValue.inherits(&JSHTMLInputElement::s_info)) return throwError(exec, TypeError); JSHTMLInputElement* castedThisObj = static_cast(asObject(thisValue)); HTMLInputElement* imp = static_cast(castedThisObj->impl()); ExceptionCode ec = 0; int argsCount = args.size(); if (argsCount < 1) { imp->stepDown(ec); setDOMException(exec, ec); return jsUndefined(); } int n = args.at(0).toInt32(exec); imp->stepDown(n, ec); setDOMException(exec, ec); return jsUndefined(); } JSValue JSC_HOST_CALL jsHTMLInputElementPrototypeFunctionCheckValidity(ExecState* exec, JSObject*, JSValue thisValue, const ArgList& args) { UNUSED_PARAM(args); if (!thisValue.inherits(&JSHTMLInputElement::s_info)) return throwError(exec, TypeError); JSHTMLInputElement* castedThisObj = static_cast(asObject(thisValue)); HTMLInputElement* imp = static_cast(castedThisObj->impl()); JSC::JSValue result = jsBoolean(imp->checkValidity()); return result; } JSValue JSC_HOST_CALL jsHTMLInputElementPrototypeFunctionSetCustomValidity(ExecState* exec, JSObject*, JSValue thisValue, const ArgList& args) { UNUSED_PARAM(args); if (!thisValue.inherits(&JSHTMLInputElement::s_info)) return throwError(exec, TypeError); JSHTMLInputElement* castedThisObj = static_cast(asObject(thisValue)); HTMLInputElement* imp = static_cast(castedThisObj->impl()); const UString& error = valueToStringWithUndefinedOrNullCheck(exec, args.at(0)); imp->setCustomValidity(error); return jsUndefined(); } JSValue JSC_HOST_CALL jsHTMLInputElementPrototypeFunctionSelect(ExecState* exec, JSObject*, JSValue thisValue, const ArgList& args) { UNUSED_PARAM(args); if (!thisValue.inherits(&JSHTMLInputElement::s_info)) return throwError(exec, TypeError); JSHTMLInputElement* castedThisObj = static_cast(asObject(thisValue)); HTMLInputElement* imp = static_cast(castedThisObj->impl()); imp->select(); return jsUndefined(); } JSValue JSC_HOST_CALL jsHTMLInputElementPrototypeFunctionClick(ExecState* exec, JSObject*, JSValue thisValue, const ArgList& args) { UNUSED_PARAM(args); if (!thisValue.inherits(&JSHTMLInputElement::s_info)) return throwError(exec, TypeError); JSHTMLInputElement* castedThisObj = static_cast(asObject(thisValue)); HTMLInputElement* imp = static_cast(castedThisObj->impl()); imp->click(); return jsUndefined(); } JSValue JSC_HOST_CALL jsHTMLInputElementPrototypeFunctionSetSelectionRange(ExecState* exec, JSObject*, JSValue thisValue, const ArgList& args) { UNUSED_PARAM(args); if (!thisValue.inherits(&JSHTMLInputElement::s_info)) return throwError(exec, TypeError); JSHTMLInputElement* castedThisObj = static_cast(asObject(thisValue)); return castedThisObj->setSelectionRange(exec, args); } }