1// Automatically generated from runtime/DatePrototype.cpp using /home/khansen/dev/qtwebkit-qtscript-integration/JavaScriptCore/create_hash_table. DO NOT EDIT!
2
3#include "Lookup.h"
4
5namespace JSC {
6
7static const struct HashTableValue dateTableValues[47] = {
8 { .key: "toString", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncToString, .value2: (intptr_t)0 },
9 { .key: "toISOString", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncToISOString, .value2: (intptr_t)0 },
10 { .key: "toUTCString", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncToUTCString, .value2: (intptr_t)0 },
11 { .key: "toDateString", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncToDateString, .value2: (intptr_t)0 },
12 { .key: "toTimeString", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncToTimeString, .value2: (intptr_t)0 },
13 { .key: "toLocaleString", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncToLocaleString, .value2: (intptr_t)0 },
14 { .key: "toLocaleDateString", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncToLocaleDateString, .value2: (intptr_t)0 },
15 { .key: "toLocaleTimeString", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncToLocaleTimeString, .value2: (intptr_t)0 },
16 { .key: "valueOf", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncGetTime, .value2: (intptr_t)0 },
17 { .key: "getTime", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncGetTime, .value2: (intptr_t)0 },
18 { .key: "getFullYear", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncGetFullYear, .value2: (intptr_t)0 },
19 { .key: "getUTCFullYear", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncGetUTCFullYear, .value2: (intptr_t)0 },
20 { .key: "toGMTString", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncToGMTString, .value2: (intptr_t)0 },
21 { .key: "getMonth", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncGetMonth, .value2: (intptr_t)0 },
22 { .key: "getUTCMonth", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncGetUTCMonth, .value2: (intptr_t)0 },
23 { .key: "getDate", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncGetDate, .value2: (intptr_t)0 },
24 { .key: "getUTCDate", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncGetUTCDate, .value2: (intptr_t)0 },
25 { .key: "getDay", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncGetDay, .value2: (intptr_t)0 },
26 { .key: "getUTCDay", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncGetUTCDay, .value2: (intptr_t)0 },
27 { .key: "getHours", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncGetHours, .value2: (intptr_t)0 },
28 { .key: "getUTCHours", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncGetUTCHours, .value2: (intptr_t)0 },
29 { .key: "getMinutes", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncGetMinutes, .value2: (intptr_t)0 },
30 { .key: "getUTCMinutes", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncGetUTCMinutes, .value2: (intptr_t)0 },
31 { .key: "getSeconds", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncGetSeconds, .value2: (intptr_t)0 },
32 { .key: "getUTCSeconds", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncGetUTCSeconds, .value2: (intptr_t)0 },
33 { .key: "getMilliseconds", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncGetMilliSeconds, .value2: (intptr_t)0 },
34 { .key: "getUTCMilliseconds", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncGetUTCMilliseconds, .value2: (intptr_t)0 },
35 { .key: "getTimezoneOffset", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncGetTimezoneOffset, .value2: (intptr_t)0 },
36 { .key: "setTime", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncSetTime, .value2: (intptr_t)1 },
37 { .key: "setMilliseconds", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncSetMilliSeconds, .value2: (intptr_t)1 },
38 { .key: "setUTCMilliseconds", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncSetUTCMilliseconds, .value2: (intptr_t)1 },
39 { .key: "setSeconds", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncSetSeconds, .value2: (intptr_t)2 },
40 { .key: "setUTCSeconds", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncSetUTCSeconds, .value2: (intptr_t)2 },
41 { .key: "setMinutes", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncSetMinutes, .value2: (intptr_t)3 },
42 { .key: "setUTCMinutes", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncSetUTCMinutes, .value2: (intptr_t)3 },
43 { .key: "setHours", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncSetHours, .value2: (intptr_t)4 },
44 { .key: "setUTCHours", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncSetUTCHours, .value2: (intptr_t)4 },
45 { .key: "setDate", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncSetDate, .value2: (intptr_t)1 },
46 { .key: "setUTCDate", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncSetUTCDate, .value2: (intptr_t)1 },
47 { .key: "setMonth", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncSetMonth, .value2: (intptr_t)2 },
48 { .key: "setUTCMonth", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncSetUTCMonth, .value2: (intptr_t)2 },
49 { .key: "setFullYear", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncSetFullYear, .value2: (intptr_t)3 },
50 { .key: "setUTCFullYear", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncSetUTCFullYear, .value2: (intptr_t)3 },
51 { .key: "setYear", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncSetYear, .value2: (intptr_t)1 },
52 { .key: "getYear", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncGetYear, .value2: (intptr_t)0 },
53 { .key: "toJSON", .attributes: DontEnum|Function, .value1: (intptr_t)dateProtoFuncToJSON, .value2: (intptr_t)0 },
54 { .key: 0, .attributes: 0, .value1: 0, .value2: 0 }
55};
56
57extern JSC_CONST_HASHTABLE HashTable dateTable =
58 { .compactSize: 134, .compactHashSizeMask: 127, .values: dateTableValues, .table: 0 };
59} // namespace
60

source code of qtscript/src/3rdparty/javascriptcore/JavaScriptCore/generated/DatePrototype.lut.h