1// Automatically generated from /home/user/data/webkitgtk-2.25.2/Source/JavaScriptCore/wasm/js/WebAssemblyModuleConstructor.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 constructorTableWebAssemblyModuleIndex[8] = {
8 { 2, -1 },
9 { 0, -1 },
10 { 1, -1 },
11 { -1, -1 },
12 { -1, -1 },
13 { -1, -1 },
14 { -1, -1 },
15 { -1, -1 },
16};
17
18static const struct HashTableValue constructorTableWebAssemblyModuleValues[3] = {
19 { "customSections", static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::Function), NoIntrinsic, { (intptr_t)static_cast<RawNativeFunction>(webAssemblyModuleCustomSections), (intptr_t)(2) } },
20 { "imports", static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::Function), NoIntrinsic, { (intptr_t)static_cast<RawNativeFunction>(webAssemblyModuleImports), (intptr_t)(1) } },
21 { "exports", static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::Function), NoIntrinsic, { (intptr_t)static_cast<RawNativeFunction>(webAssemblyModuleExports), (intptr_t)(1) } },
22};
23
24static const struct HashTable constructorTableWebAssemblyModule =
25 { 3, 7, false, nullptr, constructorTableWebAssemblyModuleValues, constructorTableWebAssemblyModuleIndex };
26
27} // namespace JSC
28