1// Automatically generated from /home/user/data/webkitgtk-2.25.2/Source/JavaScriptCore/runtime/DateConstructor.cpp using /home/user/data/webkitgtk-2.25.2/Source/JavaScriptCore/create_hash_table. DO NOT EDIT!
2
3#include "Lookup.h"
4
5namespace JSC {
6
7static const struct CompactHashIndex dateConstructorTableIndex[9] = {
8 { -1, -1 },
9 { 0, -1 },
10 { -1, -1 },
11 { -1, -1 },
12 { -1, -1 },
13 { 1, 8 },
14 { -1, -1 },
15 { -1, -1 },
16 { 2, -1 },
17};
18
19static const struct HashTableValue dateConstructorTableValues[3] = {
20 { "parse", static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::Function), NoIntrinsic, { (intptr_t)static_cast<RawNativeFunction>(dateParse), (intptr_t)(1) } },
21 { "UTC", static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::Function), NoIntrinsic, { (intptr_t)static_cast<RawNativeFunction>(dateUTC), (intptr_t)(7) } },
22 { "now", static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::Function), NoIntrinsic, { (intptr_t)static_cast<RawNativeFunction>(dateNow), (intptr_t)(0) } },
23};
24
25static const struct HashTable dateConstructorTable =
26 { 3, 7, false, nullptr, dateConstructorTableValues, dateConstructorTableIndex };
27
28} // namespace JSC
29