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