webengine/osswebengine/DerivedSources/WebCore/kjs_events.lut.h
changeset 0 dd21522fd290
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /* Automatically generated from /cygdrive/x/tot/WebCore/bindings/js/kjs_events.cpp using /cygdrive/x/tot/WebCore/../JavaScriptCore/kjs/create_hash_table. DO NOT EDIT ! */
       
     2 
       
     3 namespace KJS {
       
     4 
       
     5 static const struct HashEntry JSClipboardTableEntries[] = {
       
     6    { 0, 0, 0, 0, 0 },
       
     7    { "effectAllowed", WebCore::JSClipboard::EffectAllowed, DontDelete, 0, &JSClipboardTableEntries[3] }/* 4031100625 */ ,
       
     8    { "dropEffect", WebCore::JSClipboard::DropEffect, DontDelete, 0, 0 }/* 2804509154 */ ,
       
     9    { "types", WebCore::JSClipboard::Types, DontDelete|ReadOnly, 0, 0 }/* 3287788138 */ 
       
    10 };
       
    11 
       
    12 const struct HashTable JSClipboardTable = { 2, 4, JSClipboardTableEntries, 3 };
       
    13 
       
    14 } // namespace
       
    15 
       
    16 namespace KJS {
       
    17 
       
    18 static const struct HashEntry JSClipboardPrototypeTableEntries[] = {
       
    19    { "clearData", WebCore::JSClipboard::ClearData, DontDelete|Function, 0, 0 }/* 2521984052 */ ,
       
    20    { "getData", WebCore::JSClipboard::GetData, DontDelete|Function, 1, &JSClipboardPrototypeTableEntries[4] }/* 2662472317 */ ,
       
    21    { 0, 0, 0, 0, 0 },
       
    22    { "setDragImage", WebCore::JSClipboard::SetDragImage, DontDelete|Function, 3, 0 }/* 3024539715 */ ,
       
    23    { "setData", WebCore::JSClipboard::SetData, DontDelete|Function, 2, 0 }/* 3811369929 */ 
       
    24 };
       
    25 
       
    26 const struct HashTable JSClipboardPrototypeTable = { 2, 5, JSClipboardPrototypeTableEntries, 4 };
       
    27 
       
    28 } // namespace