summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/WebCore/generated/NumberConstructor.lut.h
blob: 6879c036d8aa3454ac5241e78a69dff8f7ea2342 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Automatically generated from ../../JavaScriptCore/runtime/NumberConstructor.cpp using JavaScriptCore/create_hash_table. DO NOT EDIT!

#include "Lookup.h"

namespace JSC {

static const struct HashTableValue numberTableValues[6] = {
   { "NaN", DontEnum|DontDelete|ReadOnly, (intptr_t)numberConstructorNaNValue, (intptr_t)0 },
   { "NEGATIVE_INFINITY", DontEnum|DontDelete|ReadOnly, (intptr_t)numberConstructorNegInfinity, (intptr_t)0 },
   { "POSITIVE_INFINITY", DontEnum|DontDelete|ReadOnly, (intptr_t)numberConstructorPosInfinity, (intptr_t)0 },
   { "MAX_VALUE", DontEnum|DontDelete|ReadOnly, (intptr_t)numberConstructorMaxValue, (intptr_t)0 },
   { "MIN_VALUE", DontEnum|DontDelete|ReadOnly, (intptr_t)numberConstructorMinValue, (intptr_t)0 },
   { 0, 0, 0, 0 }
};

extern const struct HashTable numberTable =
    { 16, 15, numberTableValues, 0 };
} // namespace