OSDN Git Service

remove unused JSC extras
authorIvailo Monev <xakepa10@gmail.com>
Sat, 14 Nov 2020 23:31:51 +0000 (01:31 +0200)
committerIvailo Monev <xakepa10@gmail.com>
Sat, 14 Nov 2020 23:31:51 +0000 (01:31 +0200)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
23 files changed:
src/3rdparty/javascriptcore/bytecode/CodeBlock.cpp
src/3rdparty/javascriptcore/generated/Grammar.cpp
src/3rdparty/javascriptcore/parser/Grammar.y
src/3rdparty/javascriptcore/parser/Nodes.h
src/3rdparty/javascriptcore/runtime/DateConstructor.cpp
src/3rdparty/javascriptcore/runtime/DateConversion.cpp
src/3rdparty/javascriptcore/runtime/DateInstance.cpp
src/3rdparty/javascriptcore/runtime/DatePrototype.cpp
src/3rdparty/javascriptcore/runtime/JSCell.cpp
src/3rdparty/javascriptcore/runtime/JSGlobalObjectFunctions.cpp
src/3rdparty/javascriptcore/runtime/JSImmediate.h
src/3rdparty/javascriptcore/runtime/JSONObject.cpp
src/3rdparty/javascriptcore/runtime/JSValue.cpp
src/3rdparty/javascriptcore/runtime/JSValue.h
src/3rdparty/javascriptcore/runtime/MathObject.cpp
src/3rdparty/javascriptcore/runtime/NumberPrototype.cpp
src/3rdparty/javascriptcore/runtime/Operations.cpp
src/3rdparty/javascriptcore/runtime/StringPrototype.cpp
src/3rdparty/javascriptcore/runtime/UString.cpp
src/3rdparty/javascriptcore/wtf/DateMath.cpp
src/3rdparty/javascriptcore/wtf/MathExtras.h [deleted file]
src/3rdparty/javascriptcore/wtf/StringExtras.h [deleted file]
src/3rdparty/javascriptcore/wtf/dtoa.cpp

index fc793df..698f560 100644 (file)
@@ -36,7 +36,6 @@
 #include "JSStaticScopeObject.h"
 #include "BytecodeGenerator.h"
 #include <stdio.h>
-#include <wtf/StringExtras.h>
 
 #define DUMP_CODE_BLOCK_STATISTICS 0
 
index c855f37..a6fd8f7 100644 (file)
 #include "NodeInfo.h"
 #include <stdlib.h>
 #include <string.h>
-#include <wtf/MathExtras.h>
 
 #define YYMALLOC fastMalloc
 #define YYFREE fastFree
index b185775..6ae69bb 100644 (file)
@@ -34,7 +34,6 @@
 #include "NodeInfo.h"
 #include <stdlib.h>
 #include <string.h>
-#include <wtf/MathExtras.h>
 
 #define YYMALLOC fastMalloc
 #define YYFREE fastFree
index 8256fa9..8932071 100644 (file)
@@ -32,7 +32,6 @@
 #include "ResultType.h"
 #include "SourceCode.h"
 #include "SymbolTable.h"
-#include <wtf/MathExtras.h>
 
 namespace JSC {
 
index 76069eb..1135274 100644 (file)
@@ -33,7 +33,6 @@
 #include <math.h>
 #include <time.h>
 #include <wtf/DateMath.h>
-#include <wtf/MathExtras.h>
 
 #if HAVE(SYS_TIME_H)
 #include <sys/time.h>
index 78bb637..63611f6 100644 (file)
@@ -46,7 +46,6 @@
 #include "CallFrame.h"
 #include "UString.h"
 #include <wtf/DateMath.h>
-#include <wtf/StringExtras.h>
 
 using namespace WTF;
 
index 1f0663b..198677d 100644 (file)
@@ -26,7 +26,6 @@
 
 #include <math.h>
 #include <wtf/DateMath.h>
-#include <wtf/MathExtras.h>
 
 using namespace WTF;
 
index 98316ec..d58da19 100644 (file)
@@ -39,8 +39,6 @@
 #include <time.h>
 #include <wtf/Assertions.h>
 #include <wtf/DateMath.h>
-#include <wtf/MathExtras.h>
-#include <wtf/StringExtras.h>
 
 #if HAVE(SYS_PARAM_H)
 #include <sys/param.h>
index e3994ca..c8ca7c1 100644 (file)
@@ -26,7 +26,6 @@
 #include "JSFunction.h"
 #include "JSString.h"
 #include "JSObject.h"
-#include <wtf/MathExtras.h>
 
 namespace JSC {
 
index 968bc68..be3fe46 100644 (file)
 #include "Nodes.h"
 #include "Parser.h"
 #include "StringBuilder.h"
-#include "StringExtras.h"
 #include "dtoa.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <wtf/ASCIICType.h>
 #include <wtf/Assertions.h>
-#include <wtf/MathExtras.h>
 #include <wtf/unicode/UTF8.h>
 
 using namespace WTF;
index 5a2989d..c11bfb9 100644 (file)
@@ -28,7 +28,6 @@
 
 #include <wtf/Assertions.h>
 #include <wtf/AlwaysInline.h>
-#include <wtf/MathExtras.h>
 #include <wtf/StdLibExtras.h>
 #include "JSValue.h"
 #include <limits>
index 216d353..ff2fdbe 100644 (file)
@@ -33,7 +33,6 @@
 #include "LiteralParser.h"
 #include "PropertyNameArray.h"
 #include "StringBuilder.h"
-#include <wtf/MathExtras.h>
 
 namespace JSC {
 
index f80c399..f3740f3 100644 (file)
@@ -30,8 +30,6 @@
 #include "JSFunction.h"
 #include "JSNotAnObject.h"
 #include "NumberObject.h"
-#include <wtf/MathExtras.h>
-#include <wtf/StringExtras.h>
 
 namespace JSC {
 
index e31b5a1..50d0684 100644 (file)
@@ -31,7 +31,6 @@
 #include <wtf/AlwaysInline.h>
 #include <wtf/Assertions.h>
 #include <wtf/HashTraits.h>
-#include <wtf/MathExtras.h>
 
 namespace JSC {
 
index 350023d..ab52965 100644 (file)
@@ -25,7 +25,6 @@
 #include "Operations.h"
 #include <time.h>
 #include <wtf/Assertions.h>
-#include <wtf/MathExtras.h>
 
 namespace JSC {
 
@@ -56,6 +55,12 @@ static JSValue QT_FASTCALL mathProtoFuncTan(ExecState*, JSObject*, JSValue, cons
 
 namespace JSC {
 
+#ifndef M_PI
+static const double piDouble = 3.14159265358979323846;
+#else
+static const double piDouble = M_PI;
+#endif
+
 // ------------------------------ MathObject --------------------------------
 
 const ClassInfo MathObject::info = { "Math", 0, ExecState::mathTable };
index beebc6b..d8947e6 100644 (file)
@@ -30,7 +30,6 @@
 #include "StringBuilder.h"
 #include "dtoa.h"
 #include <wtf/Assertions.h>
-#include <wtf/MathExtras.h>
 #include <wtf/Vector.h>
 
 namespace JSC {
index 299835c..afe942c 100644 (file)
@@ -27,7 +27,6 @@
 #include "JSString.h"
 #include <math.h>
 #include <stdio.h>
-#include <wtf/MathExtras.h>
 
 namespace JSC {
 
index 9334bc2..31aeef3 100644 (file)
@@ -34,7 +34,6 @@
 #include "RegExpConstructor.h"
 #include "RegExpObject.h"
 #include <wtf/ASCIICType.h>
-#include <wtf/MathExtras.h>
 
 using namespace WTF;
 
index 1b7aacc..7a422fc 100644 (file)
@@ -38,8 +38,6 @@
 #include <string.h>
 #include <wtf/ASCIICType.h>
 #include <wtf/Assertions.h>
-#include <wtf/MathExtras.h>
-#include <wtf/StringExtras.h>
 #include <wtf/Vector.h>
 #include <wtf/unicode/UTF8.h>
 
index c206508..06d1939 100644 (file)
@@ -74,8 +74,6 @@
 #include "Assertions.h"
 #include "ASCIICType.h"
 #include "CurrentTime.h"
-#include "MathExtras.h"
-#include "StringExtras.h"
 #include "CallFrame.h"
 
 #include <algorithm>
diff --git a/src/3rdparty/javascriptcore/wtf/MathExtras.h b/src/3rdparty/javascriptcore/wtf/MathExtras.h
deleted file mode 100644 (file)
index d0da624..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-/*
- * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- */
-
-#ifndef WTF_MathExtras_h
-#define WTF_MathExtras_h
-
-#include <float.h>
-#include <math.h>
-#include <stdlib.h>
-
-#ifndef M_PI
-const double piDouble = 3.14159265358979323846;
-const float piFloat = 3.14159265358979323846f;
-#else
-const double piDouble = M_PI;
-const float piFloat = static_cast<float>(M_PI);
-#endif
-
-#ifndef M_PI_4
-const double piOverFourDouble = 0.785398163397448309616;
-const float piOverFourFloat = 0.785398163397448309616f;
-#else
-const double piOverFourDouble = M_PI_4;
-const float piOverFourFloat = static_cast<float>(M_PI_4);
-#endif
-
-inline double deg2rad(double d)  { return d * piDouble / 180.0; }
-inline double rad2deg(double r)  { return r * 180.0 / piDouble; }
-inline double deg2grad(double d) { return d * 400.0 / 360.0; }
-inline double grad2deg(double g) { return g * 360.0 / 400.0; }
-inline double turn2deg(double t) { return t * 360.0; }
-inline double deg2turn(double d) { return d / 360.0; }
-inline double rad2grad(double r) { return r * 200.0 / piDouble; }
-inline double grad2rad(double g) { return g * piDouble / 200.0; }
-
-inline float deg2rad(float d)  { return d * piFloat / 180.0f; }
-inline float rad2deg(float r)  { return r * 180.0f / piFloat; }
-inline float deg2grad(float d) { return d * 400.0f / 360.0f; }
-inline float grad2deg(float g) { return g * 360.0f / 400.0f; }
-inline float turn2deg(float t) { return t * 360.0f; }
-inline float deg2turn(float d) { return d / 360.0f; }
-inline float rad2grad(float r) { return r * 200.0f / piFloat; }
-inline float grad2rad(float g) { return g * piFloat / 200.0f; }
-
-#endif // #ifndef WTF_MathExtras_h
diff --git a/src/3rdparty/javascriptcore/wtf/StringExtras.h b/src/3rdparty/javascriptcore/wtf/StringExtras.h
deleted file mode 100644 (file)
index a22923b..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-/*
- * Copyright (C) 2006 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- */
-
-#ifndef WTF_StringExtras_h
-#define WTF_StringExtras_h
-
-#include <stdarg.h>
-#include <stdio.h>
-
-#if HAVE(STRINGS_H) 
-#include <strings.h> 
-#endif
-
-#if OS(LINUX) || OS(SOLARIS)
-// FIXME: should check HAVE_STRNSTR
-
-inline char* strnstr(const char* buffer, const char* target, size_t bufferLength)
-{
-    size_t targetLength = strlen(target);
-    if (targetLength == 0)
-        return const_cast<char*>(buffer);
-    for (const char* start = buffer; *start && start + targetLength <= buffer + bufferLength; start++) {
-        if (*start == *target && strncmp(start + 1, target + 1, targetLength - 1) == 0)
-            return const_cast<char*>(start);
-    }
-    return 0;
-}
-
-#endif
-
-#endif // WTF_StringExtras_h
index 507a52b..3a34c5e 100644 (file)
 #include <wtf/AlwaysInline.h>
 #include <wtf/Assertions.h>
 #include <wtf/FastMalloc.h>
-#include <wtf/MathExtras.h>
 #include <wtf/Vector.h>
 #include <wtf/Threading.h>
 
 #include <stdio.h>
+#include <float.h>
 
 #if CPU(BIG_ENDIAN)
 #define IEEE_MC68k