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