1// Automatically generated from /opt/wk/webkit_cover/Source/JavaScriptCore/runtime/ArrayConstructor.cpp using /opt/wk/webkit_cover/Source/JavaScriptCore/create_hash_table. DO NOT EDIT!
2
3#include "JSCBuiltins.h"
4#include "Lookup.h"
5
6namespace JSC {
7
8static const struct CompactHashIndex arrayConstructorTableIndex[4] = {
9 { -1, -1 },
10 { -1, -1 },
11 { 1, -1 },
12 { 0, -1 },
13};
14
15static const struct HashTableValue arrayConstructorTableValues[2] = {
16 { "of", ((static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::Function)) & ~PropertyAttribute::Function) | PropertyAttribute::Builtin, NoIntrinsic, { (intptr_t)static_cast<BuiltinGenerator>(arrayConstructorOfCodeGenerator), (intptr_t)0 } },
17 { "from", ((static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::Function)) & ~PropertyAttribute::Function) | PropertyAttribute::Builtin, NoIntrinsic, { (intptr_t)static_cast<BuiltinGenerator>(arrayConstructorFromCodeGenerator), (intptr_t)0 } },
18};
19
20static const struct HashTable arrayConstructorTable =
21 { 2, 3, false, nullptr, arrayConstructorTableValues, arrayConstructorTableIndex };
22
23} // namespace JSC
24