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