blob: 0d8c646ca70c4836f7755ee13da5d48d654a85ea [file] [log] [blame]
// Automatically generated from Source/JavaScriptCore/runtime/SetPrototype.cpp using Source/JavaScriptCore/create_hash_table. DO NOT EDIT!
#include "JSCBuiltins.h"
#include "Lookup.h"
namespace JSC {
static const struct CompactHashIndex setPrototypeTableIndex[2] = {
{ -1, -1 },
{ 0, -1 },
};
static const struct HashTableValue setPrototypeTableValues[1] = {
{ "forEach", ((DontEnum|Function) & ~Function) | Builtin, NoIntrinsic, { (intptr_t)static_cast<BuiltinGenerator>(setPrototypeForEachCodeGenerator), (intptr_t)0 } },
};
static const struct HashTable setPrototypeTable =
{ 1, 1, false, setPrototypeTableValues, setPrototypeTableIndex };
} // namespace JSC