1// Automatically generated from /opt/wk/webkit_cover/Source/JavaScriptCore/runtime/BooleanPrototype.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 booleanPrototypeTableIndex[4] = {
8 { 0, -1 },
9 { -1, -1 },
10 { 1, -1 },
11 { -1, -1 },
12};
13
14static const struct HashTableValue booleanPrototypeTableValues[2] = {
15 { "toString", static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::Function), NoIntrinsic, { (intptr_t)static_cast<RawNativeFunction>(booleanProtoFuncToString), (intptr_t)(0) } },
16 { "valueOf", static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::Function), NoIntrinsic, { (intptr_t)static_cast<RawNativeFunction>(booleanProtoFuncValueOf), (intptr_t)(0) } },
17};
18
19static const struct HashTable booleanPrototypeTable =
20 { 2, 3, false, nullptr, booleanPrototypeTableValues, booleanPrototypeTableIndex };
21
22} // namespace JSC
23