blob: fa33e619c5e1b36f125afdf7a9b7f4ff55a1951e [file] [log] [blame]
// Automatically generated from Source/JavaScriptCore/runtime/DateConstructor.cpp using Source/JavaScriptCore/create_hash_table. DO NOT EDIT!
#include "Lookup.h"
namespace JSC {
static const struct CompactHashIndex dateConstructorTableIndex[9] = {
{ -1, -1 },
{ 0, -1 },
{ -1, -1 },
{ -1, -1 },
{ -1, -1 },
{ 1, 8 },
{ -1, -1 },
{ -1, -1 },
{ 2, -1 },
};
static const struct HashTableValue dateConstructorTableValues[3] = {
{ "parse", DontEnum|Function, NoIntrinsic, { (intptr_t)static_cast<NativeFunction>(dateParse), (intptr_t)(1) } },
{ "UTC", DontEnum|Function, NoIntrinsic, { (intptr_t)static_cast<NativeFunction>(dateUTC), (intptr_t)(7) } },
{ "now", DontEnum|Function, NoIntrinsic, { (intptr_t)static_cast<NativeFunction>(dateNow), (intptr_t)(0) } },
};
static const struct HashTable dateConstructorTable =
{ 3, 7, false, dateConstructorTableValues, dateConstructorTableIndex };
} // namespace JSC