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