| 1 | // Automatically generated from /home/ubuntu/webkit/Source/JavaScriptCore/runtime/ArrayConstructor.cpp using /home/ubuntu/webkit/Source/JavaScriptCore/create_hash_table. DO NOT EDIT! |
| 2 | |
| 3 | #include "JSCBuiltins.h" |
| 4 | #include "Lookup.h" |
| 5 | |
| 6 | namespace JSC { |
| 7 | |
| 8 | static const struct CompactHashIndex arrayConstructorTableIndex[4] = { |
| 9 | { -1, -1 }, |
| 10 | { -1, -1 }, |
| 11 | { 1, -1 }, |
| 12 | { 0, -1 }, |
| 13 | }; |
| 14 | |
| 15 | static const struct HashTableValue arrayConstructorTableValues[2] = { |
| 16 | { "of" , ((static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::Function)) & ~PropertyAttribute::Function) | PropertyAttribute::Builtin, NoIntrinsic, { (intptr_t)static_cast<BuiltinGenerator>(arrayConstructorOfCodeGenerator), (intptr_t)0 } }, |
| 17 | { "from" , ((static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::Function)) & ~PropertyAttribute::Function) | PropertyAttribute::Builtin, NoIntrinsic, { (intptr_t)static_cast<BuiltinGenerator>(arrayConstructorFromCodeGenerator), (intptr_t)0 } }, |
| 18 | }; |
| 19 | |
| 20 | static const struct HashTable arrayConstructorTable = |
| 21 | { 2, 3, false, nullptr, arrayConstructorTableValues, arrayConstructorTableIndex }; |
| 22 | |
| 23 | } // namespace JSC |
| 24 | |