1 | // Automatically generated from /home/user/data/webkitgtk-2.25.2/Source/JavaScriptCore/runtime/InspectorInstrumentationObject.cpp using /home/user/data/webkitgtk-2.25.2/Source/JavaScriptCore/create_hash_table. DO NOT EDIT! |
2 | |
3 | #include "JSCBuiltins.h" |
4 | #include "Lookup.h" |
5 | |
6 | namespace JSC { |
7 | |
8 | static const struct CompactHashIndex inspectorInstrumentationObjectTableIndex[9] = { |
9 | { -1, -1 }, |
10 | { -1, -1 }, |
11 | { -1, -1 }, |
12 | { -1, -1 }, |
13 | { 0, 8 }, |
14 | { -1, -1 }, |
15 | { 1, -1 }, |
16 | { -1, -1 }, |
17 | { 2, -1 }, |
18 | }; |
19 | |
20 | static const struct HashTableValue inspectorInstrumentationObjectTableValues[3] = { |
21 | { "log" , static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::Function), NoIntrinsic, { (intptr_t)static_cast<RawNativeFunction>(inspectorInstrumentationObjectLog), (intptr_t)(1) } }, |
22 | { "promiseFulfilled" , ((static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::Function)) & ~PropertyAttribute::Function) | PropertyAttribute::Builtin, NoIntrinsic, { (intptr_t)static_cast<BuiltinGenerator>(inspectorInstrumentationObjectPromiseFulfilledCodeGenerator), (intptr_t)3 } }, |
23 | { "promiseRejected" , ((static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::Function)) & ~PropertyAttribute::Function) | PropertyAttribute::Builtin, NoIntrinsic, { (intptr_t)static_cast<BuiltinGenerator>(inspectorInstrumentationObjectPromiseRejectedCodeGenerator), (intptr_t)3 } }, |
24 | }; |
25 | |
26 | static const struct HashTable inspectorInstrumentationObjectTable = |
27 | { 3, 7, false, nullptr, inspectorInstrumentationObjectTableValues, inspectorInstrumentationObjectTableIndex }; |
28 | |
29 | } // namespace JSC |
30 | |