tizen beta release
[profile/ivi/webkit-efl.git] / DerivedSources / JavaScriptCore / ErrorPrototype.lut.h
1 // Automatically generated from /home/jwagun/Desktop/tizen1-public/webkit-efl/Source/JavaScriptCore/runtime/ErrorPrototype.cpp using /home/jwagun/Desktop/tizen1-public/webkit-efl/Source/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 #if ENABLE(DFG_JIT)
12 #define INTRINSIC(intrinsic) , intrinsic
13 #else
14 #define INTRINSIC(intrinsic)
15 #endif
16
17 static const struct HashTableValue errorPrototypeTableValues[2] = {
18    { "toString", DontEnum|Function, (intptr_t)static_cast<NativeFunction>(errorProtoFuncToString), (intptr_t)0 THUNK_GENERATOR(0) INTRINSIC(DFG::NoIntrinsic) },
19    { 0, 0, 0, 0 THUNK_GENERATOR(0) INTRINSIC(DFG::NoIntrinsic) }
20 };
21
22 #undef THUNK_GENERATOR
23 extern const struct HashTable errorPrototypeTable =
24     { 2, 1, errorPrototypeTableValues, 0 };
25 } // namespace