| 1 | // Automatically generated from runtime/NumberConstructor.cpp using /home/khansen/dev/qtwebkit-qtscript-integration/JavaScriptCore/create_hash_table. DO NOT EDIT! |
| 2 | |
| 3 | #include "Lookup.h" |
| 4 | |
| 5 | namespace JSC { |
| 6 | |
| 7 | static const struct HashTableValue numberTableValues[6] = { |
| 8 | { .key: "NaN" , .attributes: DontEnum|DontDelete|ReadOnly, .value1: (intptr_t)numberConstructorNaNValue, .value2: (intptr_t)0 }, |
| 9 | { .key: "NEGATIVE_INFINITY" , .attributes: DontEnum|DontDelete|ReadOnly, .value1: (intptr_t)numberConstructorNegInfinity, .value2: (intptr_t)0 }, |
| 10 | { .key: "POSITIVE_INFINITY" , .attributes: DontEnum|DontDelete|ReadOnly, .value1: (intptr_t)numberConstructorPosInfinity, .value2: (intptr_t)0 }, |
| 11 | { .key: "MAX_VALUE" , .attributes: DontEnum|DontDelete|ReadOnly, .value1: (intptr_t)numberConstructorMaxValue, .value2: (intptr_t)0 }, |
| 12 | { .key: "MIN_VALUE" , .attributes: DontEnum|DontDelete|ReadOnly, .value1: (intptr_t)numberConstructorMinValue, .value2: (intptr_t)0 }, |
| 13 | { .key: 0, .attributes: 0, .value1: 0, .value2: 0 } |
| 14 | }; |
| 15 | |
| 16 | extern JSC_CONST_HASHTABLE HashTable numberTable = |
| 17 | { .compactSize: 16, .compactHashSizeMask: 15, .values: numberTableValues, .table: 0 }; |
| 18 | } // namespace |
| 19 | |