diff -r 000000000000 -r dd21522fd290 webengine/osswebengine/DerivedSources/WebCore/kjs_events.lut.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/webengine/osswebengine/DerivedSources/WebCore/kjs_events.lut.h Mon Mar 30 12:54:55 2009 +0300 @@ -0,0 +1,28 @@ +/* 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 ! */ + +namespace KJS { + +static const struct HashEntry JSClipboardTableEntries[] = { + { 0, 0, 0, 0, 0 }, + { "effectAllowed", WebCore::JSClipboard::EffectAllowed, DontDelete, 0, &JSClipboardTableEntries[3] }/* 4031100625 */ , + { "dropEffect", WebCore::JSClipboard::DropEffect, DontDelete, 0, 0 }/* 2804509154 */ , + { "types", WebCore::JSClipboard::Types, DontDelete|ReadOnly, 0, 0 }/* 3287788138 */ +}; + +const struct HashTable JSClipboardTable = { 2, 4, JSClipboardTableEntries, 3 }; + +} // namespace + +namespace KJS { + +static const struct HashEntry JSClipboardPrototypeTableEntries[] = { + { "clearData", WebCore::JSClipboard::ClearData, DontDelete|Function, 0, 0 }/* 2521984052 */ , + { "getData", WebCore::JSClipboard::GetData, DontDelete|Function, 1, &JSClipboardPrototypeTableEntries[4] }/* 2662472317 */ , + { 0, 0, 0, 0, 0 }, + { "setDragImage", WebCore::JSClipboard::SetDragImage, DontDelete|Function, 3, 0 }/* 3024539715 */ , + { "setData", WebCore::JSClipboard::SetData, DontDelete|Function, 2, 0 }/* 3811369929 */ +}; + +const struct HashTable JSClipboardPrototypeTable = { 2, 5, JSClipboardPrototypeTableEntries, 4 }; + +} // namespace