webengine/osswebengine/DerivedSources/WebCore/kjs_css.lut.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 16 Apr 2010 16:07:13 +0300
changeset 66 cacf6ee57968
parent 0 dd21522fd290
permissions -rw-r--r--
Revision: 201006 Kit: 201015

/* Automatically generated from /cygdrive/x/tot/WebCore/bindings/js/kjs_css.cpp using /cygdrive/x/tot/WebCore/../JavaScriptCore/kjs/create_hash_table. DO NOT EDIT ! */

namespace KJS {

static const struct HashEntry JSStyleSheetListTableEntries[] = {
   { 0, 0, 0, 0, 0 },
   { "length", WebCore::JSStyleSheetList::Length, DontDelete|ReadOnly, 0, &JSStyleSheetListTableEntries[2] }/* 2484182065 */ ,
   { "item", WebCore::JSStyleSheetList::Item, DontDelete|Function, 1, 0 }/* 1031584463 */ 
};

const struct HashTable JSStyleSheetListTable = { 2, 3, JSStyleSheetListTableEntries, 2 };

} // namespace

namespace KJS {

static const struct HashEntry JSRGBColorTableEntries[] = {
   { "blue", WebCore::JSRGBColor::Blue, DontDelete|ReadOnly, 0, 0 }/* 3797463285 */ ,
   { "red", WebCore::JSRGBColor::Red, DontDelete|ReadOnly, 0, 0 }/* 709440028 */ ,
   { "green", WebCore::JSRGBColor::Green, DontDelete|ReadOnly, 0, 0 }/* 1512940112 */ 
};

const struct HashTable JSRGBColorTable = { 2, 3, JSRGBColorTableEntries, 3 };

} // namespace