/* 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 "JSCSSMediaRule.h" #include "CSSMediaRule.h" #include "CSSRuleList.h" #include "ExceptionCode.h" #include "JSCSSRuleList.h" #include "JSDOMBinding.h" #include "JSMediaList.h" #include "MediaList.h" #include #include using namespace JSC; namespace WebCore { ASSERT_CLASS_FITS_IN_CELL(JSCSSMediaRule); /* Hash table */ #if ENABLE(JIT) #define THUNK_GENERATOR(generator) , generator #else #define THUNK_GENERATOR(generator) #endif static const HashTableValue JSCSSMediaRuleTableValues[4] = { { "media", DontDelete | ReadOnly, (intptr_t)static_cast(jsCSSMediaRuleMedia), (intptr_t)0 THUNK_GENERATOR(0) }, { "cssRules", DontDelete | ReadOnly, (intptr_t)static_cast(jsCSSMediaRuleCssRules), (intptr_t)0 THUNK_GENERATOR(0) }, { "constructor", DontEnum | ReadOnly, (intptr_t)static_cast(jsCSSMediaRuleConstructor), (intptr_t)0 THUNK_GENERATOR(0) }, { 0, 0, 0, 0 THUNK_GENERATOR(0) } }; #undef THUNK_GENERATOR static JSC_CONST_HASHTABLE HashTable JSCSSMediaRuleTable = { 8, 7, JSCSSMediaRuleTableValues, 0 }; /* Hash table for constructor */ #if ENABLE(JIT) #define THUNK_GENERATOR(generator) , generator #else #define THUNK_GENERATOR(generator) #endif static const HashTableValue JSCSSMediaRuleConstructorTableValues[1] = { { 0, 0, 0, 0 THUNK_GENERATOR(0) } }; #undef THUNK_GENERATOR static JSC_CONST_HASHTABLE HashTable JSCSSMediaRuleConstructorTable = { 1, 0, JSCSSMediaRuleConstructorTableValues, 0 }; class JSCSSMediaRuleConstructor : public DOMConstructorObject { public: JSCSSMediaRuleConstructor(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 JSCSSMediaRuleConstructor::s_info = { "CSSMediaRuleConstructor", &DOMConstructorObject::s_info, &JSCSSMediaRuleConstructorTable, 0 }; JSCSSMediaRuleConstructor::JSCSSMediaRuleConstructor(ExecState* exec, Structure* structure, JSDOMGlobalObject* globalObject) : DOMConstructorObject(structure, globalObject) { ASSERT(inherits(&s_info)); putDirect(exec->globalData(), exec->propertyNames().prototype, JSCSSMediaRulePrototype::self(exec, globalObject), DontDelete | ReadOnly); } bool JSCSSMediaRuleConstructor::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) { return getStaticValueSlot(exec, &JSCSSMediaRuleConstructorTable, this, propertyName, slot); } bool JSCSSMediaRuleConstructor::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) { return getStaticValueDescriptor(exec, &JSCSSMediaRuleConstructorTable, this, propertyName, descriptor); } /* Hash table for prototype */ #if ENABLE(JIT) #define THUNK_GENERATOR(generator) , generator #else #define THUNK_GENERATOR(generator) #endif static const HashTableValue JSCSSMediaRulePrototypeTableValues[3] = { { "insertRule", DontDelete | Function, (intptr_t)static_cast(jsCSSMediaRulePrototypeFunctionInsertRule), (intptr_t)2 THUNK_GENERATOR(0) }, { "deleteRule", DontDelete | Function, (intptr_t)static_cast(jsCSSMediaRulePrototypeFunctionDeleteRule), (intptr_t)1 THUNK_GENERATOR(0) }, { 0, 0, 0, 0 THUNK_GENERATOR(0) } }; #undef THUNK_GENERATOR static JSC_CONST_HASHTABLE HashTable JSCSSMediaRulePrototypeTable = { 4, 3, JSCSSMediaRulePrototypeTableValues, 0 }; const ClassInfo JSCSSMediaRulePrototype::s_info = { "CSSMediaRulePrototype", &JSC::JSObjectWithGlobalObject::s_info, &JSCSSMediaRulePrototypeTable, 0 }; JSObject* JSCSSMediaRulePrototype::self(ExecState* exec, JSGlobalObject* globalObject) { return getDOMPrototype(exec, globalObject); } bool JSCSSMediaRulePrototype::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) { return getStaticFunctionSlot(exec, &JSCSSMediaRulePrototypeTable, this, propertyName, slot); } bool JSCSSMediaRulePrototype::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) { return getStaticFunctionDescriptor(exec, &JSCSSMediaRulePrototypeTable, this, propertyName, descriptor); } const ClassInfo JSCSSMediaRule::s_info = { "CSSMediaRule", &JSCSSRule::s_info, &JSCSSMediaRuleTable, 0 }; JSCSSMediaRule::JSCSSMediaRule(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr impl) : JSCSSRule(structure, globalObject, impl) { ASSERT(inherits(&s_info)); } JSObject* JSCSSMediaRule::createPrototype(ExecState* exec, JSGlobalObject* globalObject) { return new (exec) JSCSSMediaRulePrototype(exec->globalData(), globalObject, JSCSSMediaRulePrototype::createStructure(exec->globalData(), JSCSSRulePrototype::self(exec, globalObject))); } bool JSCSSMediaRule::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) { return getStaticValueSlot(exec, &JSCSSMediaRuleTable, this, propertyName, slot); } bool JSCSSMediaRule::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) { return getStaticValueDescriptor(exec, &JSCSSMediaRuleTable, this, propertyName, descriptor); } JSValue jsCSSMediaRuleMedia(ExecState* exec, JSValue slotBase, const Identifier&) { JSCSSMediaRule* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); CSSMediaRule* imp = static_cast(castedThis->impl()); JSValue result = toJS(exec, castedThis->globalObject(), WTF::getPtr(imp->media())); return result; } JSValue jsCSSMediaRuleCssRules(ExecState* exec, JSValue slotBase, const Identifier&) { JSCSSMediaRule* castedThis = static_cast(asObject(slotBase)); UNUSED_PARAM(exec); CSSMediaRule* imp = static_cast(castedThis->impl()); JSValue result = toJS(exec, castedThis->globalObject(), WTF::getPtr(imp->cssRules())); return result; } JSValue jsCSSMediaRuleConstructor(ExecState* exec, JSValue slotBase, const Identifier&) { JSCSSMediaRule* domObject = static_cast(asObject(slotBase)); return JSCSSMediaRule::getConstructor(exec, domObject->globalObject()); } JSValue JSCSSMediaRule::getConstructor(ExecState* exec, JSGlobalObject* globalObject) { return getDOMConstructor(exec, static_cast(globalObject)); } EncodedJSValue JSC_HOST_CALL jsCSSMediaRulePrototypeFunctionInsertRule(ExecState* exec) { JSValue thisValue = exec->hostThisValue(); if (!thisValue.inherits(&JSCSSMediaRule::s_info)) return throwVMTypeError(exec); JSCSSMediaRule* castedThis = static_cast(asObject(thisValue)); CSSMediaRule* imp = static_cast(castedThis->impl()); ExceptionCode ec = 0; const String& rule(ustringToString(exec->argument(0).toString(exec))); if (exec->hadException()) return JSValue::encode(jsUndefined()); unsigned index(exec->argument(1).toUInt32(exec)); if (exec->hadException()) return JSValue::encode(jsUndefined()); JSC::JSValue result = jsNumber(imp->insertRule(rule, index, ec)); setDOMException(exec, ec); return JSValue::encode(result); } EncodedJSValue JSC_HOST_CALL jsCSSMediaRulePrototypeFunctionDeleteRule(ExecState* exec) { JSValue thisValue = exec->hostThisValue(); if (!thisValue.inherits(&JSCSSMediaRule::s_info)) return throwVMTypeError(exec); JSCSSMediaRule* castedThis = static_cast(asObject(thisValue)); CSSMediaRule* imp = static_cast(castedThis->impl()); ExceptionCode ec = 0; unsigned index(exec->argument(0).toUInt32(exec)); if (exec->hadException()) return JSValue::encode(jsUndefined()); imp->deleteRule(index, ec); setDOMException(exec, ec); return JSValue::encode(jsUndefined()); } }