equal
deleted
inserted
replaced
|
1 // Automatically generated from u:\yaels-qtwebkit\JavaScriptCore\runtime\JSONObject.cpp using ../../JavaScriptCore/create_hash_table. DO NOT EDIT! |
|
2 |
|
3 #include "Lookup.h" |
|
4 |
|
5 namespace JSC { |
|
6 #if ENABLE(JIT) |
|
7 #define THUNK_GENERATOR(generator) , generator |
|
8 #else |
|
9 #define THUNK_GENERATOR(generator) |
|
10 #endif |
|
11 |
|
12 static const struct HashTableValue jsonTableValues[3] = { |
|
13 { "parse", DontEnum|Function, (intptr_t)static_cast<NativeFunction>(JSONProtoFuncParse), (intptr_t)1 THUNK_GENERATOR(0) }, |
|
14 { "stringify", DontEnum|Function, (intptr_t)static_cast<NativeFunction>(JSONProtoFuncStringify), (intptr_t)1 THUNK_GENERATOR(0) }, |
|
15 { 0, 0, 0, 0 THUNK_GENERATOR(0) } |
|
16 }; |
|
17 |
|
18 #undef THUNK_GENERATOR |
|
19 extern JSC_CONST_HASHTABLE HashTable jsonTable = |
|
20 { 4, 3, jsonTableValues, 0 }; |
|
21 } // namespace |