1// Automatically generated from /home/user/data/webkitgtk-2.25.2/Source/JavaScriptCore/wasm/js/WebAssemblyInstanceConstructor.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 constructorTableWebAssemblyInstanceIndex[1] = {
8 { -1, -1 },
9};
10
11static const struct HashTableValue constructorTableWebAssemblyInstanceValues[1] = {
12 { nullptr, 0, NoIntrinsic, { 0, 0 } }
13};
14
15static const struct HashTable constructorTableWebAssemblyInstance =
16 { 0, 0, false, nullptr, constructorTableWebAssemblyInstanceValues, constructorTableWebAssemblyInstanceIndex };
17
18} // namespace JSC
19