1 | // Automatically generated from /home/user/data/webkitgtk-2.25.2/Source/JavaScriptCore/runtime/BigIntConstructor.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 bigIntConstructorTableIndex[4] = { |
8 | { 1, -1 }, |
9 | { 0, -1 }, |
10 | { -1, -1 }, |
11 | { -1, -1 }, |
12 | }; |
13 | |
14 | static const struct HashTableValue bigIntConstructorTableValues[2] = { |
15 | { "asUintN" , static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::Function), NoIntrinsic, { (intptr_t)static_cast<RawNativeFunction>(bigIntConstructorFuncAsUintN), (intptr_t)(2) } }, |
16 | { "asIntN" , static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::Function), NoIntrinsic, { (intptr_t)static_cast<RawNativeFunction>(bigIntConstructorFuncAsIntN), (intptr_t)(2) } }, |
17 | }; |
18 | |
19 | static const struct HashTable bigIntConstructorTable = |
20 | { 2, 3, false, nullptr, bigIntConstructorTableValues, bigIntConstructorTableIndex }; |
21 | |
22 | } // namespace JSC |
23 | |