1// Automatically generated from /home/dima/wk/webkit/Source/JavaScriptCore/runtime/IntlObject.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 intlObjectTableIndex[16] = {
8 { 1, -1 },
9 { -1, -1 },
10 { -1, -1 },
11 { -1, -1 },
12 { 3, -1 },
13 { 2, -1 },
14 { -1, -1 },
15 { -1, -1 },
16 { -1, -1 },
17 { -1, -1 },
18 { -1, -1 },
19 { 4, -1 },
20 { -1, -1 },
21 { -1, -1 },
22 { -1, -1 },
23 { 0, -1 },
24};
25
26static const struct HashTableValue intlObjectTableValues[5] = {
27 { "getCanonicalLocales", static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::Function), NoIntrinsic, { (intptr_t)static_cast<RawNativeFunction>(intlObjectFuncGetCanonicalLocales), (intptr_t)(1) } },
28 { "Collator", static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::PropertyCallback), NoIntrinsic, { (intptr_t)static_cast<LazyPropertyCallback>(createCollatorConstructor), (intptr_t)(0) } },
29 { "DateTimeFormat", static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::PropertyCallback), NoIntrinsic, { (intptr_t)static_cast<LazyPropertyCallback>(createDateTimeFormatConstructor), (intptr_t)(0) } },
30 { "NumberFormat", static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::PropertyCallback), NoIntrinsic, { (intptr_t)static_cast<LazyPropertyCallback>(createNumberFormatConstructor), (intptr_t)(0) } },
31 { "PluralRules", static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::PropertyCallback), NoIntrinsic, { (intptr_t)static_cast<LazyPropertyCallback>(createPluralRulesConstructor), (intptr_t)(0) } },
32};
33
34static const struct HashTable intlObjectTable =
35 { 5, 15, false, nullptr, intlObjectTableValues, intlObjectTableIndex };
36
37} // namespace JSC
38