| 1 | // Automatically generated from /home/ubuntu/webkit/Source/JavaScriptCore/wasm/js/WebAssemblyTableConstructor.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 constructorTableWebAssemblyTableIndex[1] = { |
| 8 | { -1, -1 }, |
| 9 | }; |
| 10 | |
| 11 | static const struct HashTableValue constructorTableWebAssemblyTableValues[1] = { |
| 12 | { nullptr, 0, NoIntrinsic, { 0, 0 } } |
| 13 | }; |
| 14 | |
| 15 | static const struct HashTable constructorTableWebAssemblyTable = |
| 16 | { 0, 0, false, nullptr, constructorTableWebAssemblyTableValues, constructorTableWebAssemblyTableIndex }; |
| 17 | |
| 18 | } // namespace JSC |
| 19 | |