diff options
author | Jocelyn Turcotte <jocelyn.turcotte@nokia.com> | 2010-04-06 10:36:47 (GMT) |
---|---|---|
committer | Jocelyn Turcotte <jocelyn.turcotte@nokia.com> | 2010-04-06 10:36:47 (GMT) |
commit | bb35b65bbfba82e0dd0ac306d3dab54436cdaff6 (patch) | |
tree | 8174cb262a960ff7b2e4aa8f1aaf154db71d2636 /src/3rdparty/webkit/JavaScriptCore/generated/MathObject.lut.h | |
parent | 4b27d0d887269583a0f76e922948f8c25e96ab88 (diff) | |
download | Qt-bb35b65bbfba82e0dd0ac306d3dab54436cdaff6.zip Qt-bb35b65bbfba82e0dd0ac306d3dab54436cdaff6.tar.gz Qt-bb35b65bbfba82e0dd0ac306d3dab54436cdaff6.tar.bz2 |
Update src/3rdparty/webkit from trunk.
Imported from 839d8709327f925aacb3b6362c06152594def97e
in branch qtwebkit-2.0 of repository
git://gitorious.org/+qtwebkit-developers/webkit/qtwebkit.git
Rubber-stamped-by: Simon Hausmann
Diffstat (limited to 'src/3rdparty/webkit/JavaScriptCore/generated/MathObject.lut.h')
-rw-r--r-- | src/3rdparty/webkit/JavaScriptCore/generated/MathObject.lut.h | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/src/3rdparty/webkit/JavaScriptCore/generated/MathObject.lut.h b/src/3rdparty/webkit/JavaScriptCore/generated/MathObject.lut.h index 9cb0ee2..85a1bb6 100644 --- a/src/3rdparty/webkit/JavaScriptCore/generated/MathObject.lut.h +++ b/src/3rdparty/webkit/JavaScriptCore/generated/MathObject.lut.h @@ -1,28 +1,28 @@ -// Automatically generated from ../runtime/MathObject.cpp using JavaScriptCore/create_hash_table. DO NOT EDIT! +// Automatically generated from runtime\MathObject.cpp using C:/dev/webkit-2.0/JavaScriptCore/create_hash_table. DO NOT EDIT! #include "Lookup.h" namespace JSC { static const struct HashTableValue mathTableValues[19] = { - { "abs", DontEnum|Function, (intptr_t)mathProtoFuncAbs, (intptr_t)1 }, - { "acos", DontEnum|Function, (intptr_t)mathProtoFuncACos, (intptr_t)1 }, - { "asin", DontEnum|Function, (intptr_t)mathProtoFuncASin, (intptr_t)1 }, - { "atan", DontEnum|Function, (intptr_t)mathProtoFuncATan, (intptr_t)1 }, - { "atan2", DontEnum|Function, (intptr_t)mathProtoFuncATan2, (intptr_t)2 }, - { "ceil", DontEnum|Function, (intptr_t)mathProtoFuncCeil, (intptr_t)1 }, - { "cos", DontEnum|Function, (intptr_t)mathProtoFuncCos, (intptr_t)1 }, - { "exp", DontEnum|Function, (intptr_t)mathProtoFuncExp, (intptr_t)1 }, - { "floor", DontEnum|Function, (intptr_t)mathProtoFuncFloor, (intptr_t)1 }, - { "log", DontEnum|Function, (intptr_t)mathProtoFuncLog, (intptr_t)1 }, - { "max", DontEnum|Function, (intptr_t)mathProtoFuncMax, (intptr_t)2 }, - { "min", DontEnum|Function, (intptr_t)mathProtoFuncMin, (intptr_t)2 }, - { "pow", DontEnum|Function, (intptr_t)mathProtoFuncPow, (intptr_t)2 }, - { "random", DontEnum|Function, (intptr_t)mathProtoFuncRandom, (intptr_t)0 }, - { "round", DontEnum|Function, (intptr_t)mathProtoFuncRound, (intptr_t)1 }, - { "sin", DontEnum|Function, (intptr_t)mathProtoFuncSin, (intptr_t)1 }, - { "sqrt", DontEnum|Function, (intptr_t)mathProtoFuncSqrt, (intptr_t)1 }, - { "tan", DontEnum|Function, (intptr_t)mathProtoFuncTan, (intptr_t)1 }, + { "abs", DontEnum|Function, (intptr_t)static_cast<NativeFunction>(mathProtoFuncAbs), (intptr_t)1 }, + { "acos", DontEnum|Function, (intptr_t)static_cast<NativeFunction>(mathProtoFuncACos), (intptr_t)1 }, + { "asin", DontEnum|Function, (intptr_t)static_cast<NativeFunction>(mathProtoFuncASin), (intptr_t)1 }, + { "atan", DontEnum|Function, (intptr_t)static_cast<NativeFunction>(mathProtoFuncATan), (intptr_t)1 }, + { "atan2", DontEnum|Function, (intptr_t)static_cast<NativeFunction>(mathProtoFuncATan2), (intptr_t)2 }, + { "ceil", DontEnum|Function, (intptr_t)static_cast<NativeFunction>(mathProtoFuncCeil), (intptr_t)1 }, + { "cos", DontEnum|Function, (intptr_t)static_cast<NativeFunction>(mathProtoFuncCos), (intptr_t)1 }, + { "exp", DontEnum|Function, (intptr_t)static_cast<NativeFunction>(mathProtoFuncExp), (intptr_t)1 }, + { "floor", DontEnum|Function, (intptr_t)static_cast<NativeFunction>(mathProtoFuncFloor), (intptr_t)1 }, + { "log", DontEnum|Function, (intptr_t)static_cast<NativeFunction>(mathProtoFuncLog), (intptr_t)1 }, + { "max", DontEnum|Function, (intptr_t)static_cast<NativeFunction>(mathProtoFuncMax), (intptr_t)2 }, + { "min", DontEnum|Function, (intptr_t)static_cast<NativeFunction>(mathProtoFuncMin), (intptr_t)2 }, + { "pow", DontEnum|Function, (intptr_t)static_cast<NativeFunction>(mathProtoFuncPow), (intptr_t)2 }, + { "random", DontEnum|Function, (intptr_t)static_cast<NativeFunction>(mathProtoFuncRandom), (intptr_t)0 }, + { "round", DontEnum|Function, (intptr_t)static_cast<NativeFunction>(mathProtoFuncRound), (intptr_t)1 }, + { "sin", DontEnum|Function, (intptr_t)static_cast<NativeFunction>(mathProtoFuncSin), (intptr_t)1 }, + { "sqrt", DontEnum|Function, (intptr_t)static_cast<NativeFunction>(mathProtoFuncSqrt), (intptr_t)1 }, + { "tan", DontEnum|Function, (intptr_t)static_cast<NativeFunction>(mathProtoFuncTan), (intptr_t)1 }, { 0, 0, 0, 0 } }; |