| 1 | // Automatically generated from /home/ubuntu/webkit/Source/JavaScriptCore/runtime/NumberConstructor.cpp using /home/ubuntu/webkit/Source/JavaScriptCore/create_hash_table. DO NOT EDIT! |
| 2 | |
| 3 | #include "JSCBuiltins.h" |
| 4 | #include "Lookup.h" |
| 5 | |
| 6 | namespace JSC { |
| 7 | |
| 8 | static const struct CompactHashIndex numberConstructorTableIndex[8] = { |
| 9 | { -1, -1 }, |
| 10 | { 2, -1 }, |
| 11 | { -1, -1 }, |
| 12 | { 0, -1 }, |
| 13 | { -1, -1 }, |
| 14 | { 1, -1 }, |
| 15 | { -1, -1 }, |
| 16 | { -1, -1 }, |
| 17 | }; |
| 18 | |
| 19 | static const struct HashTableValue numberConstructorTableValues[3] = { |
| 20 | { "isFinite" , ((static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::Function)) & ~PropertyAttribute::Function) | PropertyAttribute::Builtin, NoIntrinsic, { (intptr_t)static_cast<BuiltinGenerator>(numberConstructorIsFiniteCodeGenerator), (intptr_t)1 } }, |
| 21 | { "isNaN" , ((static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::Function)) & ~PropertyAttribute::Function) | PropertyAttribute::Builtin, NoIntrinsic, { (intptr_t)static_cast<BuiltinGenerator>(numberConstructorIsNaNCodeGenerator), (intptr_t)1 } }, |
| 22 | { "isSafeInteger" , static_cast<unsigned>(PropertyAttribute::DontEnum|PropertyAttribute::Function), NoIntrinsic, { (intptr_t)static_cast<RawNativeFunction>(numberConstructorFuncIsSafeInteger), (intptr_t)(1) } }, |
| 23 | }; |
| 24 | |
| 25 | static const struct HashTable numberConstructorTable = |
| 26 | { 3, 7, false, nullptr, numberConstructorTableValues, numberConstructorTableIndex }; |
| 27 | |
| 28 | } // namespace JSC |
| 29 | |