1// Automatically generated from /home/dima/wk/webkit/Source/JavaScriptCore/runtime/IntlNumberFormatConstructor.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 numberFormatConstructorTableIndex[2] = {
8 { -1, -1 },
9 { 0, -1 },
10};
11
12static const struct HashTableValue numberFormatConstructorTableValues[1] = {
13 { "supportedLocalesOf", static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::Function), NoIntrinsic, { (intptr_t)static_cast<RawNativeFunction>(IntlNumberFormatConstructorFuncSupportedLocalesOf), (intptr_t)(1) } },
14};
15
16static const struct HashTable numberFormatConstructorTable =
17 { 1, 1, false, nullptr, numberFormatConstructorTableValues, numberFormatConstructorTableIndex };
18
19} // namespace JSC
20