1// Automatically generated from /opt/wk/webkit_cover/Source/JavaScriptCore/runtime/IntlObject.cpp using /opt/wk/webkit_cover/Source/JavaScriptCore/create_hash_table. DO NOT EDIT!
2
3#include "Lookup.h"
4
5namespace JSC {
6
7static const struct CompactHashIndex intlObjectTableIndex[8] = {
8 { 1, -1 },
9 { -1, -1 },
10 { -1, -1 },
11 { -1, -1 },
12 { 3, -1 },
13 { 2, -1 },
14 { -1, -1 },
15 { 0, -1 },
16};
17
18static const struct HashTableValue intlObjectTableValues[4] = {
19 { "getCanonicalLocales", static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::Function), NoIntrinsic, { (intptr_t)static_cast<RawNativeFunction>(intlObjectFuncGetCanonicalLocales), (intptr_t)(1) } },
20 { "Collator", static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::PropertyCallback), NoIntrinsic, { (intptr_t)static_cast<LazyPropertyCallback>(createCollatorConstructor), (intptr_t)(0) } },
21 { "DateTimeFormat", static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::PropertyCallback), NoIntrinsic, { (intptr_t)static_cast<LazyPropertyCallback>(createDateTimeFormatConstructor), (intptr_t)(0) } },
22 { "NumberFormat", static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::PropertyCallback), NoIntrinsic, { (intptr_t)static_cast<LazyPropertyCallback>(createNumberFormatConstructor), (intptr_t)(0) } },
23};
24
25static const struct HashTable intlObjectTable =
26 { 4, 7, false, nullptr, intlObjectTableValues, intlObjectTableIndex };
27
28} // namespace JSC
29