1// Automatically generated from /home/dima/wk/webkit/Source/JavaScriptCore/runtime/IntlDateTimeFormatPrototype.cpp using /home/dima/wk/webkit/Source/JavaScriptCore/create_hash_table. DO NOT EDIT!
2
3#include "Lookup.h"
4
5namespace JSC {
6
7static const struct CompactHashIndex dateTimeFormatPrototypeTableIndex[4] = {
8 { -1, -1 },
9 { 0, -1 },
10 { -1, -1 },
11 { 1, -1 },
12};
13
14static const struct HashTableValue dateTimeFormatPrototypeTableValues[2] = {
15 { "format", static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::Accessor), NoIntrinsic, { (intptr_t)static_cast<RawNativeFunction>(IntlDateTimeFormatPrototypeGetterFormat), (intptr_t)static_cast<RawNativeFunction>(nullptr) } },
16 { "resolvedOptions", static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::Function), NoIntrinsic, { (intptr_t)static_cast<RawNativeFunction>(IntlDateTimeFormatPrototypeFuncResolvedOptions), (intptr_t)(0) } },
17};
18
19static const struct HashTable dateTimeFormatPrototypeTable =
20 { 2, 3, true, nullptr, dateTimeFormatPrototypeTableValues, dateTimeFormatPrototypeTableIndex };
21
22} // namespace JSC
23