tizen beta release
[framework/web/webkit-efl.git] / DerivedSources / JavaScriptCore / DateConstructor.lut.h
1 // Automatically generated from /home/jwagun/Desktop/tizen1-public/webkit-efl/Source/JavaScriptCore/runtime/DateConstructor.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 dateConstructorTableValues[4] = {
18    { "parse", DontEnum|Function, (intptr_t)static_cast<NativeFunction>(dateParse), (intptr_t)1 THUNK_GENERATOR(0) INTRINSIC(DFG::NoIntrinsic) },
19    { "UTC", DontEnum|Function, (intptr_t)static_cast<NativeFunction>(dateUTC), (intptr_t)7 THUNK_GENERATOR(0) INTRINSIC(DFG::NoIntrinsic) },
20    { "now", DontEnum|Function, (intptr_t)static_cast<NativeFunction>(dateNow), (intptr_t)0 THUNK_GENERATOR(0) INTRINSIC(DFG::NoIntrinsic) },
21    { 0, 0, 0, 0 THUNK_GENERATOR(0) INTRINSIC(DFG::NoIntrinsic) }
22 };
23
24 #undef THUNK_GENERATOR
25 extern const struct HashTable dateConstructorTable =
26     { 9, 7, dateConstructorTableValues, 0 };
27 } // namespace