diff -r 000000000000 -r 4f2f89ce4247 JavaScriptCore/generated/JSONObject.lut.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/JavaScriptCore/generated/JSONObject.lut.h Fri Sep 17 09:02:29 2010 +0300 @@ -0,0 +1,21 @@ +// Automatically generated from u:\yaels-qtwebkit\JavaScriptCore\runtime\JSONObject.cpp using ../../JavaScriptCore/create_hash_table. DO NOT EDIT! + +#include "Lookup.h" + +namespace JSC { +#if ENABLE(JIT) +#define THUNK_GENERATOR(generator) , generator +#else +#define THUNK_GENERATOR(generator) +#endif + +static const struct HashTableValue jsonTableValues[3] = { + { "parse", DontEnum|Function, (intptr_t)static_cast(JSONProtoFuncParse), (intptr_t)1 THUNK_GENERATOR(0) }, + { "stringify", DontEnum|Function, (intptr_t)static_cast(JSONProtoFuncStringify), (intptr_t)1 THUNK_GENERATOR(0) }, + { 0, 0, 0, 0 THUNK_GENERATOR(0) } +}; + +#undef THUNK_GENERATOR +extern JSC_CONST_HASHTABLE HashTable jsonTable = + { 4, 3, jsonTableValues, 0 }; +} // namespace