JavaScriptCore/generated/NumberConstructor.lut.h
changeset 0 4f2f89ce4247
child 2 303757a437d3
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     1 // Automatically generated from u:\yaels-qtwebkit\JavaScriptCore\runtime\NumberConstructor.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 numberTableValues[6] = {
       
    13    { "NaN", DontEnum|DontDelete|ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(numberConstructorNaNValue), (intptr_t)0 THUNK_GENERATOR(0) },
       
    14    { "NEGATIVE_INFINITY", DontEnum|DontDelete|ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(numberConstructorNegInfinity), (intptr_t)0 THUNK_GENERATOR(0) },
       
    15    { "POSITIVE_INFINITY", DontEnum|DontDelete|ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(numberConstructorPosInfinity), (intptr_t)0 THUNK_GENERATOR(0) },
       
    16    { "MAX_VALUE", DontEnum|DontDelete|ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(numberConstructorMaxValue), (intptr_t)0 THUNK_GENERATOR(0) },
       
    17    { "MIN_VALUE", DontEnum|DontDelete|ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(numberConstructorMinValue), (intptr_t)0 THUNK_GENERATOR(0) },
       
    18    { 0, 0, 0, 0 THUNK_GENERATOR(0) }
       
    19 };
       
    20 
       
    21 #undef THUNK_GENERATOR
       
    22 extern JSC_CONST_HASHTABLE HashTable numberTable =
       
    23     { 16, 15, numberTableValues, 0 };
       
    24 } // namespace