webengine/osswebengine/DerivedSources/WebCore/kjs_css.lut.h
changeset 0 dd21522fd290
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /* 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 ! */
       
     2 
       
     3 namespace KJS {
       
     4 
       
     5 static const struct HashEntry JSStyleSheetListTableEntries[] = {
       
     6    { 0, 0, 0, 0, 0 },
       
     7    { "length", WebCore::JSStyleSheetList::Length, DontDelete|ReadOnly, 0, &JSStyleSheetListTableEntries[2] }/* 2484182065 */ ,
       
     8    { "item", WebCore::JSStyleSheetList::Item, DontDelete|Function, 1, 0 }/* 1031584463 */ 
       
     9 };
       
    10 
       
    11 const struct HashTable JSStyleSheetListTable = { 2, 3, JSStyleSheetListTableEntries, 2 };
       
    12 
       
    13 } // namespace
       
    14 
       
    15 namespace KJS {
       
    16 
       
    17 static const struct HashEntry JSRGBColorTableEntries[] = {
       
    18    { "blue", WebCore::JSRGBColor::Blue, DontDelete|ReadOnly, 0, 0 }/* 3797463285 */ ,
       
    19    { "red", WebCore::JSRGBColor::Red, DontDelete|ReadOnly, 0, 0 }/* 709440028 */ ,
       
    20    { "green", WebCore::JSRGBColor::Green, DontDelete|ReadOnly, 0, 0 }/* 1512940112 */ 
       
    21 };
       
    22 
       
    23 const struct HashTable JSRGBColorTable = { 2, 3, JSRGBColorTableEntries, 3 };
       
    24 
       
    25 } // namespace