// Automatically generated from runtime/JSONObject.cpp using /JavaScriptCore/create_hash_table. DO NOT EDIT! #include "Lookup.h" namespace JSC { static const struct HashTableValue jsonTableValues[3] = { { "parse", DontEnum|Function, (intptr_t)static_cast(JSONProtoFuncParse), (intptr_t)1 }, { "stringify", DontEnum|Function, (intptr_t)static_cast(JSONProtoFuncStringify), (intptr_t)1 }, { 0, 0, 0, 0 } }; extern JSC_CONST_HASHTABLE HashTable jsonTable = { 4, 3, jsonTableValues, 0 }; } // namespace