1// Automatically generated from /home/user/data/webkitgtk-2.25.2/Source/JavaScriptCore/runtime/JSInternalPromiseConstructor.cpp using /home/user/data/webkitgtk-2.25.2/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 internalPromiseConstructorTableIndex[2] = {
9 { 0, -1 },
10 { -1, -1 },
11};
12
13static const struct HashTableValue internalPromiseConstructorTableValues[1] = {
14 { "internalAll", ((static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::Function)) & ~PropertyAttribute::Function) | PropertyAttribute::Builtin, NoIntrinsic, { (intptr_t)static_cast<BuiltinGenerator>(internalPromiseConstructorInternalAllCodeGenerator), (intptr_t)1 } },
15};
16
17static const struct HashTable internalPromiseConstructorTable =
18 { 1, 1, false, nullptr, internalPromiseConstructorTableValues, internalPromiseConstructorTableIndex };
19
20} // namespace JSC
21