1 | // Automatically generated from /home/user/data/webkitgtk-2.25.2/Source/JavaScriptCore/runtime/IntlPluralRulesConstructor.cpp using /home/user/data/webkitgtk-2.25.2/Source/JavaScriptCore/create_hash_table. DO NOT EDIT! |
2 | |
3 | #include "Lookup.h" |
4 | |
5 | namespace JSC { |
6 | |
7 | static const struct CompactHashIndex pluralRulesConstructorTableIndex[2] = { |
8 | { -1, -1 }, |
9 | { 0, -1 }, |
10 | }; |
11 | |
12 | static const struct HashTableValue pluralRulesConstructorTableValues[1] = { |
13 | { "supportedLocalesOf" , static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::Function), NoIntrinsic, { (intptr_t)static_cast<RawNativeFunction>(IntlPluralRulesConstructorFuncSupportedLocalesOf), (intptr_t)(1) } }, |
14 | }; |
15 | |
16 | static const struct HashTable pluralRulesConstructorTable = |
17 | { 1, 1, false, nullptr, pluralRulesConstructorTableValues, pluralRulesConstructorTableIndex }; |
18 | |
19 | } // namespace JSC |
20 | |