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