tizen beta release
[framework/web/webkit-efl.git] / DerivedSources / JavaScriptCore / RegExpPrototype.lut.h
1 // Automatically generated from /home/jwagun/Desktop/tizen1-public/webkit-efl/Source/JavaScriptCore/runtime/RegExpPrototype.cpp using /home/jwagun/Desktop/tizen1-public/webkit-efl/Source/JavaScriptCore/create_hash_table. DO NOT EDIT!
2
3 #include "Lookup.h"
4
5 namespace JSC {
6 #if ENABLE(JIT)
7 #define THUNK_GENERATOR(generator) , generator
8 #else
9 #define THUNK_GENERATOR(generator)
10 #endif
11 #if ENABLE(DFG_JIT)
12 #define INTRINSIC(intrinsic) , intrinsic
13 #else
14 #define INTRINSIC(intrinsic)
15 #endif
16
17 static const struct HashTableValue regExpPrototypeTableValues[5] = {
18    { "compile", DontEnum|Function, (intptr_t)static_cast<NativeFunction>(regExpProtoFuncCompile), (intptr_t)2 THUNK_GENERATOR(0) INTRINSIC(DFG::NoIntrinsic) },
19    { "exec", DontEnum|Function, (intptr_t)static_cast<NativeFunction>(regExpProtoFuncExec), (intptr_t)1 THUNK_GENERATOR(0) INTRINSIC(DFG::NoIntrinsic) },
20    { "test", DontEnum|Function, (intptr_t)static_cast<NativeFunction>(regExpProtoFuncTest), (intptr_t)1 THUNK_GENERATOR(0) INTRINSIC(DFG::NoIntrinsic) },
21    { "toString", DontEnum|Function, (intptr_t)static_cast<NativeFunction>(regExpProtoFuncToString), (intptr_t)0 THUNK_GENERATOR(0) INTRINSIC(DFG::NoIntrinsic) },
22    { 0, 0, 0, 0 THUNK_GENERATOR(0) INTRINSIC(DFG::NoIntrinsic) }
23 };
24
25 #undef THUNK_GENERATOR
26 extern const struct HashTable regExpPrototypeTable =
27     { 9, 7, regExpPrototypeTableValues, 0 };
28 } // namespace