| 1 | // Automatically generated from runtime/JSONObject.cpp using /home/khansen/dev/qtwebkit-qtscript-integration/JavaScriptCore/create_hash_table. DO NOT EDIT! | 
| 2 |  | 
| 3 | #include "Lookup.h" | 
| 4 |  | 
| 5 | namespace JSC { | 
| 6 |  | 
| 7 | static const struct HashTableValue jsonTableValues[3] = { | 
| 8 |    { .key: "parse" , .attributes: DontEnum|Function, .value1: (intptr_t)JSONProtoFuncParse, .value2: (intptr_t)1 }, | 
| 9 |    { .key: "stringify" , .attributes: DontEnum|Function, .value1: (intptr_t)JSONProtoFuncStringify, .value2: (intptr_t)1 }, | 
| 10 |    { .key: 0, .attributes: 0, .value1: 0, .value2: 0 } | 
| 11 | }; | 
| 12 |  | 
| 13 | extern JSC_CONST_HASHTABLE HashTable jsonTable = | 
| 14 |     { .compactSize: 4, .compactHashSizeMask: 3, .values: jsonTableValues, .table: 0 }; | 
| 15 | } // namespace | 
| 16 |  |