webengine/osswebengine/DerivedSources/WebCore/kjs_css.lut.h
author Simon Howkins <simonh@symbian.org>
Mon, 15 Nov 2010 14:53:34 +0000
branchRCL_3
changeset 105 871af676edac
parent 0 dd21522fd290
permissions -rw-r--r--
Adjusted to avoid exports, etc, from a top-level bld.inf

/* 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