From 41ef1717e096a9e1761efa0df97c395f59c51f16 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 14 Apr 2010 10:34:17 -0700 Subject: Upgrade V8 to 2.2.3.1 --- deps/v8/src/conversions.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'deps/v8/src/conversions.h') diff --git a/deps/v8/src/conversions.h b/deps/v8/src/conversions.h index 4aaf0c01ba..c4ceea6b90 100644 --- a/deps/v8/src/conversions.h +++ b/deps/v8/src/conversions.h @@ -100,8 +100,7 @@ double StringToDouble(const char* str, int flags, double empty_string_val = 0); double StringToDouble(String* str, int flags, double empty_string_val = 0); // Converts a string into an integer. -int StringToInt(String* str, int index, int radix, double* value); -int StringToInt(const char* str, int index, int radix, double* value); +double StringToInt(String* str, int radix); // Converts a double to a string value according to ECMA-262 9.8.1. // The buffer should be large enough for any floating point number. -- cgit v1.2.1