diff -r 000000000000 -r 4f2f89ce4247 JavaScriptCore/generated/RegExpConstructor.lut.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/JavaScriptCore/generated/RegExpConstructor.lut.h Fri Sep 17 09:02:29 2010 +0300 @@ -0,0 +1,40 @@ +// Automatically generated from u:\yaels-qtwebkit\JavaScriptCore\runtime\RegExpConstructor.cpp using ../../JavaScriptCore/create_hash_table. DO NOT EDIT! + +#include "Lookup.h" + +namespace JSC { +#if ENABLE(JIT) +#define THUNK_GENERATOR(generator) , generator +#else +#define THUNK_GENERATOR(generator) +#endif + +static const struct HashTableValue regExpConstructorTableValues[22] = { + { "input", None, (intptr_t)static_cast(regExpConstructorInput), (intptr_t)setRegExpConstructorInput THUNK_GENERATOR(0) }, + { "$_", DontEnum, (intptr_t)static_cast(regExpConstructorInput), (intptr_t)setRegExpConstructorInput THUNK_GENERATOR(0) }, + { "multiline", None, (intptr_t)static_cast(regExpConstructorMultiline), (intptr_t)setRegExpConstructorMultiline THUNK_GENERATOR(0) }, + { "$*", DontEnum, (intptr_t)static_cast(regExpConstructorMultiline), (intptr_t)setRegExpConstructorMultiline THUNK_GENERATOR(0) }, + { "lastMatch", DontDelete|ReadOnly, (intptr_t)static_cast(regExpConstructorLastMatch), (intptr_t)0 THUNK_GENERATOR(0) }, + { "$&", DontDelete|ReadOnly|DontEnum, (intptr_t)static_cast(regExpConstructorLastMatch), (intptr_t)0 THUNK_GENERATOR(0) }, + { "lastParen", DontDelete|ReadOnly, (intptr_t)static_cast(regExpConstructorLastParen), (intptr_t)0 THUNK_GENERATOR(0) }, + { "$+", DontDelete|ReadOnly|DontEnum, (intptr_t)static_cast(regExpConstructorLastParen), (intptr_t)0 THUNK_GENERATOR(0) }, + { "leftContext", DontDelete|ReadOnly, (intptr_t)static_cast(regExpConstructorLeftContext), (intptr_t)0 THUNK_GENERATOR(0) }, + { "$`", DontDelete|ReadOnly|DontEnum, (intptr_t)static_cast(regExpConstructorLeftContext), (intptr_t)0 THUNK_GENERATOR(0) }, + { "rightContext", DontDelete|ReadOnly, (intptr_t)static_cast(regExpConstructorRightContext), (intptr_t)0 THUNK_GENERATOR(0) }, + { "$'", DontDelete|ReadOnly|DontEnum, (intptr_t)static_cast(regExpConstructorRightContext), (intptr_t)0 THUNK_GENERATOR(0) }, + { "$1", DontDelete|ReadOnly, (intptr_t)static_cast(regExpConstructorDollar1), (intptr_t)0 THUNK_GENERATOR(0) }, + { "$2", DontDelete|ReadOnly, (intptr_t)static_cast(regExpConstructorDollar2), (intptr_t)0 THUNK_GENERATOR(0) }, + { "$3", DontDelete|ReadOnly, (intptr_t)static_cast(regExpConstructorDollar3), (intptr_t)0 THUNK_GENERATOR(0) }, + { "$4", DontDelete|ReadOnly, (intptr_t)static_cast(regExpConstructorDollar4), (intptr_t)0 THUNK_GENERATOR(0) }, + { "$5", DontDelete|ReadOnly, (intptr_t)static_cast(regExpConstructorDollar5), (intptr_t)0 THUNK_GENERATOR(0) }, + { "$6", DontDelete|ReadOnly, (intptr_t)static_cast(regExpConstructorDollar6), (intptr_t)0 THUNK_GENERATOR(0) }, + { "$7", DontDelete|ReadOnly, (intptr_t)static_cast(regExpConstructorDollar7), (intptr_t)0 THUNK_GENERATOR(0) }, + { "$8", DontDelete|ReadOnly, (intptr_t)static_cast(regExpConstructorDollar8), (intptr_t)0 THUNK_GENERATOR(0) }, + { "$9", DontDelete|ReadOnly, (intptr_t)static_cast(regExpConstructorDollar9), (intptr_t)0 THUNK_GENERATOR(0) }, + { 0, 0, 0, 0 THUNK_GENERATOR(0) } +}; + +#undef THUNK_GENERATOR +extern JSC_CONST_HASHTABLE HashTable regExpConstructorTable = + { 65, 63, regExpConstructorTableValues, 0 }; +} // namespace