[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:58:28 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 0390d552c5cf406e2c2f96999207d1becf955992
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Mar 22 23:19:01 2002 +0000

    Removed these autogenerated files.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@811 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/kjs/lexer.lut.h b/JavaScriptCore/kjs/lexer.lut.h
deleted file mode 100644
index 25195ee..0000000
--- a/JavaScriptCore/kjs/lexer.lut.h
+++ /dev/null
@@ -1,79 +0,0 @@
-/* Automatically generated from keywords.table using ./create_hash_table. DO NOT EDIT ! */
-
-#include "lookup.h"
-
-namespace KJS {
-
-const struct HashEntry mainTableEntries[] = {
-   { "instanceof", INSTANCEOF, 0, 0, &mainTableEntries[63] },
-   { "var", VAR, 0, 0, &mainTableEntries[47] },
-   { "case", CASE, 0, 0, &mainTableEntries[41] },
-   { "default", DEFAULT, 0, 0, &mainTableEntries[54] },
-   { "while", WHILE, 0, 0, &mainTableEntries[46] },
-   { 0, 0, 0, 0, 0 },
-   { "do", DO, 0, 0, 0 },
-   { "typeof", TYPEOF, 0, 0, 0 },
-   { "continue", CONTINUE, 0, 0, 0 },
-   { "function", FUNCTION, 0, 0, 0 },
-   { "in", IN, 0, 0, 0 },
-   { "import", RESERVED, 0, 0, 0 },
-   { "delete", DELETE, 0, 0, 0 },
-   { "finally", FINALLY, 0, 0, 0 },
-   { 0, 0, 0, 0, 0 },
-   { "else", ELSE, 0, 0, 0 },
-   { "return", RETURN, 0, 0, 0 },
-   { "debugger", RESERVED, 0, 0, 0 },
-   { "const", RESERVED, 0, 0, &mainTableEntries[48] },
-   { "package", RESERVED, 0, 0, 0 },
-   { "double", RESERVED, 0, 0, &mainTableEntries[53] },
-   { 0, 0, 0, 0, 0 },
-   { "long", RESERVED, 0, 0, 0 },
-   { "catch", CATCH, 0, 0, &mainTableEntries[45] },
-   { "void", VOID, 0, 0, &mainTableEntries[59] },
-   { "break", BREAK, 0, 0, &mainTableEntries[49] },
-   { "byte", RESERVED, 0, 0, &mainTableEntries[62] },
-   { "enum", RESERVED, 0, 0, &mainTableEntries[58] },
-   { 0, 0, 0, 0, 0 },
-   { 0, 0, 0, 0, 0 },
-   { "this", THIS, 0, 0, &mainTableEntries[50] },
-   { "false", FALSETOKEN, 0, 0, &mainTableEntries[44] },
-   { "abstract", RESERVED, 0, 0, &mainTableEntries[56] },
-   { "null", NULLTOKEN, 0, 0, &mainTableEntries[61] },
-   { "with", WITH, 0, 0, 0 },
-   { 0, 0, 0, 0, 0 },
-   { 0, 0, 0, 0, 0 },
-   { 0, 0, 0, 0, 0 },
-   { "true", TRUETOKEN, 0, 0, 0 },
-   { "boolean", RESERVED, 0, 0, 0 },
-   { "for", FOR, 0, 0, 0 },
-   { "new", NEW, 0, 0, &mainTableEntries[42] },
-   { "if", IF, 0, 0, &mainTableEntries[43] },
-   { "switch", SWITCH, 0, 0, &mainTableEntries[55] },
-   { "throw", THROW, 0, 0, &mainTableEntries[52] },
-   { "try", TRY, 0, 0, &mainTableEntries[64] },
-   { "char", RESERVED, 0, 0, 0 },
-   { "class", RESERVED, 0, 0, &mainTableEntries[51] },
-   { "export", RESERVED, 0, 0, 0 },
-   { "extends", RESERVED, 0, 0, &mainTableEntries[57] },
-   { "final", RESERVED, 0, 0, 0 },
-   { "float", RESERVED, 0, 0, 0 },
-   { "goto", RESERVED, 0, 0, 0 },
-   { "implements", RESERVED, 0, 0, 0 },
-   { "int", RESERVED, 0, 0, &mainTableEntries[66] },
-   { "interface", RESERVED, 0, 0, 0 },
-   { "native", RESERVED, 0, 0, 0 },
-   { "private", RESERVED, 0, 0, 0 },
-   { "protected", RESERVED, 0, 0, &mainTableEntries[60] },
-   { "public", RESERVED, 0, 0, 0 },
-   { "short", RESERVED, 0, 0, 0 },
-   { "static", RESERVED, 0, 0, 0 },
-   { "super", RESERVED, 0, 0, 0 },
-   { "synchronized", RESERVED, 0, 0, &mainTableEntries[65] },
-   { "throws", RESERVED, 0, 0, 0 },
-   { "transient", RESERVED, 0, 0, 0 },
-   { "volatile", RESERVED, 0, 0, 0 }
-};
-
-const struct HashTable mainTable = { 2, 67, mainTableEntries, 41 };
-
-}; // namespace
diff --git a/JavaScriptCore/kjs/math_object.lut.h b/JavaScriptCore/kjs/math_object.lut.h
deleted file mode 100644
index 01b8019..0000000
--- a/JavaScriptCore/kjs/math_object.lut.h
+++ /dev/null
@@ -1,45 +0,0 @@
-/* Automatically generated from math_object.cpp using ./create_hash_table. DO NOT EDIT ! */
-
-#include "lookup.h"
-
-namespace KJS {
-
-const struct HashEntry mathTableEntries[] = {
-   { "atan", MathObjectImp::ATan, DontEnum|Function, 1, &mathTableEntries[25] },
-   { 0, 0, 0, 0, 0 },
-   { "SQRT2", MathObjectImp::Sqrt2, DontEnum, 0, &mathTableEntries[23] },
-   { 0, 0, 0, 0, 0 },
-   { 0, 0, 0, 0, 0 },
-   { 0, 0, 0, 0, 0 },
-   { "E", MathObjectImp::Euler, DontEnum, 0, &mathTableEntries[21] },
-   { "asin", MathObjectImp::ASin, DontEnum|Function, 1, &mathTableEntries[26] },
-   { "atan2", MathObjectImp::ATan2, DontEnum|Function, 2, &mathTableEntries[32] },
-   { "LOG2E", MathObjectImp::Log2E, DontEnum, 0, &mathTableEntries[27] },
-   { "cos", MathObjectImp::Cos, DontEnum|Function, 1, 0 },
-   { "max", MathObjectImp::Max, DontEnum|Function, 2, &mathTableEntries[29] },
-   { 0, 0, 0, 0, 0 },
-   { 0, 0, 0, 0, 0 },
-   { "LOG10E", MathObjectImp::Log10E, DontEnum, 0, &mathTableEntries[24] },
-   { "LN2", MathObjectImp::Ln2, DontEnum, 0, &mathTableEntries[31] },
-   { "abs", MathObjectImp::Abs, DontEnum|Function, 1, 0 },
-   { "sqrt", MathObjectImp::Sqrt, DontEnum|Function, 1, 0 },
-   { "exp", MathObjectImp::Exp, DontEnum|Function, 1, 0 },
-   { 0, 0, 0, 0, 0 },
-   { "LN10", MathObjectImp::Ln10, DontEnum, 0, &mathTableEntries[22] },
-   { "PI", MathObjectImp::Pi, DontEnum, 0, &mathTableEntries[28] },
-   { "SQRT1_2", MathObjectImp::Sqrt1_2, DontEnum, 0, 0 },
-   { "acos", MathObjectImp::ACos, DontEnum|Function, 1, 0 },
-   { "ceil", MathObjectImp::Ceil, DontEnum|Function, 1, 0 },
-   { "floor", MathObjectImp::Floor, DontEnum|Function, 1, 0 },
-   { "log", MathObjectImp::Log, DontEnum|Function, 1, 0 },
-   { "min", MathObjectImp::Min, DontEnum|Function, 2, 0 },
-   { "pow", MathObjectImp::Pow, DontEnum|Function, 2, &mathTableEntries[30] },
-   { "random", MathObjectImp::Random, DontEnum|Function, 0, 0 },
-   { "round", MathObjectImp::Round, DontEnum|Function, 1, 0 },
-   { "sin", MathObjectImp::Sin, DontEnum|Function, 1, 0 },
-   { "tan", MathObjectImp::Tan, DontEnum|Function, 1, 0 }
-};
-
-const struct HashTable mathTable = { 2, 33, mathTableEntries, 21 };
-
-}; // namespace
diff --git a/WebCore/src/kdelibs/kjs/lexer.lut.h b/WebCore/src/kdelibs/kjs/lexer.lut.h
deleted file mode 100644
index 25195ee..0000000
--- a/WebCore/src/kdelibs/kjs/lexer.lut.h
+++ /dev/null
@@ -1,79 +0,0 @@
-/* Automatically generated from keywords.table using ./create_hash_table. DO NOT EDIT ! */
-
-#include "lookup.h"
-
-namespace KJS {
-
-const struct HashEntry mainTableEntries[] = {
-   { "instanceof", INSTANCEOF, 0, 0, &mainTableEntries[63] },
-   { "var", VAR, 0, 0, &mainTableEntries[47] },
-   { "case", CASE, 0, 0, &mainTableEntries[41] },
-   { "default", DEFAULT, 0, 0, &mainTableEntries[54] },
-   { "while", WHILE, 0, 0, &mainTableEntries[46] },
-   { 0, 0, 0, 0, 0 },
-   { "do", DO, 0, 0, 0 },
-   { "typeof", TYPEOF, 0, 0, 0 },
-   { "continue", CONTINUE, 0, 0, 0 },
-   { "function", FUNCTION, 0, 0, 0 },
-   { "in", IN, 0, 0, 0 },
-   { "import", RESERVED, 0, 0, 0 },
-   { "delete", DELETE, 0, 0, 0 },
-   { "finally", FINALLY, 0, 0, 0 },
-   { 0, 0, 0, 0, 0 },
-   { "else", ELSE, 0, 0, 0 },
-   { "return", RETURN, 0, 0, 0 },
-   { "debugger", RESERVED, 0, 0, 0 },
-   { "const", RESERVED, 0, 0, &mainTableEntries[48] },
-   { "package", RESERVED, 0, 0, 0 },
-   { "double", RESERVED, 0, 0, &mainTableEntries[53] },
-   { 0, 0, 0, 0, 0 },
-   { "long", RESERVED, 0, 0, 0 },
-   { "catch", CATCH, 0, 0, &mainTableEntries[45] },
-   { "void", VOID, 0, 0, &mainTableEntries[59] },
-   { "break", BREAK, 0, 0, &mainTableEntries[49] },
-   { "byte", RESERVED, 0, 0, &mainTableEntries[62] },
-   { "enum", RESERVED, 0, 0, &mainTableEntries[58] },
-   { 0, 0, 0, 0, 0 },
-   { 0, 0, 0, 0, 0 },
-   { "this", THIS, 0, 0, &mainTableEntries[50] },
-   { "false", FALSETOKEN, 0, 0, &mainTableEntries[44] },
-   { "abstract", RESERVED, 0, 0, &mainTableEntries[56] },
-   { "null", NULLTOKEN, 0, 0, &mainTableEntries[61] },
-   { "with", WITH, 0, 0, 0 },
-   { 0, 0, 0, 0, 0 },
-   { 0, 0, 0, 0, 0 },
-   { 0, 0, 0, 0, 0 },
-   { "true", TRUETOKEN, 0, 0, 0 },
-   { "boolean", RESERVED, 0, 0, 0 },
-   { "for", FOR, 0, 0, 0 },
-   { "new", NEW, 0, 0, &mainTableEntries[42] },
-   { "if", IF, 0, 0, &mainTableEntries[43] },
-   { "switch", SWITCH, 0, 0, &mainTableEntries[55] },
-   { "throw", THROW, 0, 0, &mainTableEntries[52] },
-   { "try", TRY, 0, 0, &mainTableEntries[64] },
-   { "char", RESERVED, 0, 0, 0 },
-   { "class", RESERVED, 0, 0, &mainTableEntries[51] },
-   { "export", RESERVED, 0, 0, 0 },
-   { "extends", RESERVED, 0, 0, &mainTableEntries[57] },
-   { "final", RESERVED, 0, 0, 0 },
-   { "float", RESERVED, 0, 0, 0 },
-   { "goto", RESERVED, 0, 0, 0 },
-   { "implements", RESERVED, 0, 0, 0 },
-   { "int", RESERVED, 0, 0, &mainTableEntries[66] },
-   { "interface", RESERVED, 0, 0, 0 },
-   { "native", RESERVED, 0, 0, 0 },
-   { "private", RESERVED, 0, 0, 0 },
-   { "protected", RESERVED, 0, 0, &mainTableEntries[60] },
-   { "public", RESERVED, 0, 0, 0 },
-   { "short", RESERVED, 0, 0, 0 },
-   { "static", RESERVED, 0, 0, 0 },
-   { "super", RESERVED, 0, 0, 0 },
-   { "synchronized", RESERVED, 0, 0, &mainTableEntries[65] },
-   { "throws", RESERVED, 0, 0, 0 },
-   { "transient", RESERVED, 0, 0, 0 },
-   { "volatile", RESERVED, 0, 0, 0 }
-};
-
-const struct HashTable mainTable = { 2, 67, mainTableEntries, 41 };
-
-}; // namespace
diff --git a/WebCore/src/kdelibs/kjs/math_object.lut.h b/WebCore/src/kdelibs/kjs/math_object.lut.h
deleted file mode 100644
index 01b8019..0000000
--- a/WebCore/src/kdelibs/kjs/math_object.lut.h
+++ /dev/null
@@ -1,45 +0,0 @@
-/* Automatically generated from math_object.cpp using ./create_hash_table. DO NOT EDIT ! */
-
-#include "lookup.h"
-
-namespace KJS {
-
-const struct HashEntry mathTableEntries[] = {
-   { "atan", MathObjectImp::ATan, DontEnum|Function, 1, &mathTableEntries[25] },
-   { 0, 0, 0, 0, 0 },
-   { "SQRT2", MathObjectImp::Sqrt2, DontEnum, 0, &mathTableEntries[23] },
-   { 0, 0, 0, 0, 0 },
-   { 0, 0, 0, 0, 0 },
-   { 0, 0, 0, 0, 0 },
-   { "E", MathObjectImp::Euler, DontEnum, 0, &mathTableEntries[21] },
-   { "asin", MathObjectImp::ASin, DontEnum|Function, 1, &mathTableEntries[26] },
-   { "atan2", MathObjectImp::ATan2, DontEnum|Function, 2, &mathTableEntries[32] },
-   { "LOG2E", MathObjectImp::Log2E, DontEnum, 0, &mathTableEntries[27] },
-   { "cos", MathObjectImp::Cos, DontEnum|Function, 1, 0 },
-   { "max", MathObjectImp::Max, DontEnum|Function, 2, &mathTableEntries[29] },
-   { 0, 0, 0, 0, 0 },
-   { 0, 0, 0, 0, 0 },
-   { "LOG10E", MathObjectImp::Log10E, DontEnum, 0, &mathTableEntries[24] },
-   { "LN2", MathObjectImp::Ln2, DontEnum, 0, &mathTableEntries[31] },
-   { "abs", MathObjectImp::Abs, DontEnum|Function, 1, 0 },
-   { "sqrt", MathObjectImp::Sqrt, DontEnum|Function, 1, 0 },
-   { "exp", MathObjectImp::Exp, DontEnum|Function, 1, 0 },
-   { 0, 0, 0, 0, 0 },
-   { "LN10", MathObjectImp::Ln10, DontEnum, 0, &mathTableEntries[22] },
-   { "PI", MathObjectImp::Pi, DontEnum, 0, &mathTableEntries[28] },
-   { "SQRT1_2", MathObjectImp::Sqrt1_2, DontEnum, 0, 0 },
-   { "acos", MathObjectImp::ACos, DontEnum|Function, 1, 0 },
-   { "ceil", MathObjectImp::Ceil, DontEnum|Function, 1, 0 },
-   { "floor", MathObjectImp::Floor, DontEnum|Function, 1, 0 },
-   { "log", MathObjectImp::Log, DontEnum|Function, 1, 0 },
-   { "min", MathObjectImp::Min, DontEnum|Function, 2, 0 },
-   { "pow", MathObjectImp::Pow, DontEnum|Function, 2, &mathTableEntries[30] },
-   { "random", MathObjectImp::Random, DontEnum|Function, 0, 0 },
-   { "round", MathObjectImp::Round, DontEnum|Function, 1, 0 },
-   { "sin", MathObjectImp::Sin, DontEnum|Function, 1, 0 },
-   { "tan", MathObjectImp::Tan, DontEnum|Function, 1, 0 }
-};
-
-const struct HashTable mathTable = { 2, 33, mathTableEntries, 21 };
-
-}; // namespace

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list