summaryrefslogtreecommitdiff
path: root/src/3rdparty/v8/src/objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/v8/src/objects.h')
-rw-r--r--src/3rdparty/v8/src/objects.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/3rdparty/v8/src/objects.h b/src/3rdparty/v8/src/objects.h
index 8d826c0..fe9655a 100644
--- a/src/3rdparty/v8/src/objects.h
+++ b/src/3rdparty/v8/src/objects.h
@@ -7355,9 +7355,6 @@ class String: public HeapObject {
bool IsAsciiEqualTo(Vector<const char> str);
bool IsTwoByteEqualTo(Vector<const uc16> str);
- bool SlowEqualsExternal(uc16 *string, int length);
- bool SlowEqualsExternal(char *string, int length);
-
// Return a UTF8 representation of the string. The string is null
// terminated but may optionally contain nulls. Length is returned
// in length_output if length_output is not a null pointer The string