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