| 1 | // Automatically generated from /home/ubuntu/webkit/Source/JavaScriptCore/runtime/SymbolConstructor.cpp using /home/ubuntu/webkit/Source/JavaScriptCore/create_hash_table. DO NOT EDIT! |
| 2 | |
| 3 | #include "Lookup.h" |
| 4 | |
| 5 | namespace JSC { |
| 6 | |
| 7 | static const struct CompactHashIndex symbolConstructorTableIndex[4] = { |
| 8 | { 0, -1 }, |
| 9 | { -1, -1 }, |
| 10 | { -1, -1 }, |
| 11 | { 1, -1 }, |
| 12 | }; |
| 13 | |
| 14 | static const struct HashTableValue symbolConstructorTableValues[2] = { |
| 15 | { "for" , static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::Function), NoIntrinsic, { (intptr_t)static_cast<RawNativeFunction>(symbolConstructorFor), (intptr_t)(1) } }, |
| 16 | { "keyFor" , static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::Function), NoIntrinsic, { (intptr_t)static_cast<RawNativeFunction>(symbolConstructorKeyFor), (intptr_t)(1) } }, |
| 17 | }; |
| 18 | |
| 19 | static const struct HashTable symbolConstructorTable = |
| 20 | { 2, 3, false, nullptr, symbolConstructorTableValues, symbolConstructorTableIndex }; |
| 21 | |
| 22 | } // namespace JSC |
| 23 | |