blob: 2f267a5362180431ba5d537d4c44687de9163403 [file] [log] [blame]
// Automatically generated from Source/JavaScriptCore/runtime/ErrorPrototype.cpp using Source/JavaScriptCore/create_hash_table. DO NOT EDIT!
#include "Lookup.h"
namespace JSC {
static const struct CompactHashIndex errorPrototypeTableIndex[2] = {
{ 0, -1 },
{ -1, -1 },
};
static const struct HashTableValue errorPrototypeTableValues[1] = {
{ "toString", DontEnum|Function, NoIntrinsic, { (intptr_t)static_cast<NativeFunction>(errorProtoFuncToString), (intptr_t)(0) } },
};
static const struct HashTable errorPrototypeTable =
{ 1, 1, false, errorPrototypeTableValues, errorPrototypeTableIndex };
} // namespace JSC