| 1 | // Automatically generated from runtime/RegExpObject.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 regExpTableValues[6] = { |
| 8 | { .key: "global" , .attributes: DontDelete|ReadOnly|DontEnum, .value1: (intptr_t)regExpObjectGlobal, .value2: (intptr_t)0 }, |
| 9 | { .key: "ignoreCase" , .attributes: DontDelete|ReadOnly|DontEnum, .value1: (intptr_t)regExpObjectIgnoreCase, .value2: (intptr_t)0 }, |
| 10 | { .key: "multiline" , .attributes: DontDelete|ReadOnly|DontEnum, .value1: (intptr_t)regExpObjectMultiline, .value2: (intptr_t)0 }, |
| 11 | { .key: "source" , .attributes: DontDelete|ReadOnly|DontEnum, .value1: (intptr_t)regExpObjectSource, .value2: (intptr_t)0 }, |
| 12 | { .key: "lastIndex" , .attributes: DontDelete|DontEnum, .value1: (intptr_t)regExpObjectLastIndex, .value2: (intptr_t)setRegExpObjectLastIndex }, |
| 13 | { .key: 0, .attributes: 0, .value1: 0, .value2: 0 } |
| 14 | }; |
| 15 | |
| 16 | extern JSC_CONST_HASHTABLE HashTable regExpTable = |
| 17 | { .compactSize: 17, .compactHashSizeMask: 15, .values: regExpTableValues, .table: 0 }; |
| 18 | } // namespace |
| 19 | |