1 | // Automatically generated from /opt/wk/webkit_cover/Source/JavaScriptCore/runtime/JSONObject.cpp using /opt/wk/webkit_cover/Source/JavaScriptCore/create_hash_table. DO NOT EDIT! |
2 | |
3 | #include "Lookup.h" |
4 | |
5 | namespace JSC { |
6 | |
7 | static const struct CompactHashIndex jsonTableIndex[4] = { |
8 | { -1, -1 }, |
9 | { 0, -1 }, |
10 | { -1, -1 }, |
11 | { 1, -1 }, |
12 | }; |
13 | |
14 | static const struct HashTableValue jsonTableValues[2] = { |
15 | { "parse" , static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::Function), NoIntrinsic, { (intptr_t)static_cast<RawNativeFunction>(JSONProtoFuncParse), (intptr_t)(2) } }, |
16 | { "stringify" , static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::Function), NoIntrinsic, { (intptr_t)static_cast<RawNativeFunction>(JSONProtoFuncStringify), (intptr_t)(3) } }, |
17 | }; |
18 | |
19 | static const struct HashTable jsonTable = |
20 | { 2, 3, false, nullptr, jsonTableValues, jsonTableIndex }; |
21 | |
22 | } // namespace JSC |
23 | |