blob: 67aad1057113b9301c10fb13c61c12776256216f [file] [log] [blame]
// Automatically generated from Source/JavaScriptCore/runtime/IntlDateTimeFormatConstructor.cpp using Source/JavaScriptCore/create_hash_table. DO NOT EDIT!
#include "Lookup.h"
namespace JSC {
static const struct CompactHashIndex dateTimeFormatConstructorTableIndex[2] = {
{ -1, -1 },
{ 0, -1 },
};
static const struct HashTableValue dateTimeFormatConstructorTableValues[1] = {
{ "supportedLocalesOf", DontEnum|Function, NoIntrinsic, { (intptr_t)static_cast<NativeFunction>(IntlDateTimeFormatConstructorFuncSupportedLocalesOf), (intptr_t)(1) } },
};
static const struct HashTable dateTimeFormatConstructorTable =
{ 1, 1, false, dateTimeFormatConstructorTableValues, dateTimeFormatConstructorTableIndex };
} // namespace JSC