tizen beta release
[profile/ivi/webkit-efl.git] / DerivedSources / JavaScriptCore / NumberConstructor.lut.h
1 // Automatically generated from /home/jwagun/Desktop/tizen1-public/webkit-efl/Source/JavaScriptCore/runtime/NumberConstructor.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 numberConstructorTableValues[6] = {
18    { "NaN", DontEnum|DontDelete|ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(numberConstructorNaNValue), (intptr_t)0 THUNK_GENERATOR(0) INTRINSIC(DFG::NoIntrinsic) },
19    { "NEGATIVE_INFINITY", DontEnum|DontDelete|ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(numberConstructorNegInfinity), (intptr_t)0 THUNK_GENERATOR(0) INTRINSIC(DFG::NoIntrinsic) },
20    { "POSITIVE_INFINITY", DontEnum|DontDelete|ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(numberConstructorPosInfinity), (intptr_t)0 THUNK_GENERATOR(0) INTRINSIC(DFG::NoIntrinsic) },
21    { "MAX_VALUE", DontEnum|DontDelete|ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(numberConstructorMaxValue), (intptr_t)0 THUNK_GENERATOR(0) INTRINSIC(DFG::NoIntrinsic) },
22    { "MIN_VALUE", DontEnum|DontDelete|ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(numberConstructorMinValue), (intptr_t)0 THUNK_GENERATOR(0) INTRINSIC(DFG::NoIntrinsic) },
23    { 0, 0, 0, 0 THUNK_GENERATOR(0) INTRINSIC(DFG::NoIntrinsic) }
24 };
25
26 #undef THUNK_GENERATOR
27 extern const struct HashTable numberConstructorTable =
28     { 16, 15, numberConstructorTableValues, 0 };
29 } // namespace