blob: 398d518dbdf390d290013b2a2cbb1a206976af2d [file] [log] [blame]
// Automatically generated from Source/JavaScriptCore/runtime/GeneratorPrototype.cpp using Source/JavaScriptCore/create_hash_table. DO NOT EDIT!
#include "JSCBuiltins.h"
#include "Lookup.h"
namespace JSC {
static const struct CompactHashIndex generatorPrototypeTableIndex[8] = {
{ -1, -1 },
{ 0, -1 },
{ -1, -1 },
{ -1, -1 },
{ -1, -1 },
{ -1, -1 },
{ 2, -1 },
{ 1, -1 },
};
static const struct HashTableValue generatorPrototypeTableValues[3] = {
{ "next", ((DontEnum|Function) & ~Function) | Builtin, NoIntrinsic, { (intptr_t)static_cast<BuiltinGenerator>(generatorPrototypeNextCodeGenerator), (intptr_t)1 } },
{ "return", ((DontEnum|Function) & ~Function) | Builtin, NoIntrinsic, { (intptr_t)static_cast<BuiltinGenerator>(generatorPrototypeReturnCodeGenerator), (intptr_t)1 } },
{ "throw", ((DontEnum|Function) & ~Function) | Builtin, NoIntrinsic, { (intptr_t)static_cast<BuiltinGenerator>(generatorPrototypeThrowCodeGenerator), (intptr_t)1 } },
};
static const struct HashTable generatorPrototypeTable =
{ 3, 7, false, generatorPrototypeTableValues, generatorPrototypeTableIndex };
} // namespace JSC