1 | // Automatically generated from /home/user/data/webkitgtk-2.25.2/Source/JavaScriptCore/wasm/js/WebAssemblyCompileErrorConstructor.cpp using /home/user/data/webkitgtk-2.25.2/Source/JavaScriptCore/create_hash_table. DO NOT EDIT! |
2 | |
3 | #include "Lookup.h" |
4 | |
5 | namespace JSC { |
6 | |
7 | static const struct CompactHashIndex constructorTableWebAssemblyCompileErrorIndex[1] = { |
8 | { -1, -1 }, |
9 | }; |
10 | |
11 | static const struct HashTableValue constructorTableWebAssemblyCompileErrorValues[1] = { |
12 | { nullptr, 0, NoIntrinsic, { 0, 0 } } |
13 | }; |
14 | |
15 | static const struct HashTable constructorTableWebAssemblyCompileError = |
16 | { 0, 0, false, nullptr, constructorTableWebAssemblyCompileErrorValues, constructorTableWebAssemblyCompileErrorIndex }; |
17 | |
18 | } // namespace JSC |
19 | |