Reviewers: adamk,

Description:
Version 4.4.63.6 (cherry-pick)

Merged 07c1f277bd93dcbfef3c2dd2b256cdde5665289c

Unship harmony tostring

BUG=239915,493137
LOG=N
[email protected]

Please review this at https://codereview.chromium.org/1185453002/

Base URL: https://chromium.googlesource.com/v8/[email protected]

Affected files (+4, -2 lines):
  M include/v8-version.h
  M src/flag-definitions.h
  M test/mjsunit/es6/built-in-accessor-names.js


Index: include/v8-version.h
diff --git a/include/v8-version.h b/include/v8-version.h
index dab9ad5e40e7a2db177fae41071fe137e0c9f250..c99cc781dba5cd3eb24136847859948a35963bcd 100644
--- a/include/v8-version.h
+++ b/include/v8-version.h
@@ -11,7 +11,7 @@
 #define V8_MAJOR_VERSION 4
 #define V8_MINOR_VERSION 4
 #define V8_BUILD_NUMBER 63
-#define V8_PATCH_LEVEL 5
+#define V8_PATCH_LEVEL 6

 // Use 1 for candidates and 0 otherwise.
 // (Boolean macro values are not supported by all preprocessors.)
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 40e48fe08597bd948958f2f88c9d0e5674879017..93e61df0825ea3fc477481a62bf0a936606e4a3a 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -199,13 +199,13 @@ DEFINE_IMPLICATION(es_staging, harmony)
 #define HARMONY_STAGED(V)                               \
   V(harmony_rest_parameters, "harmony rest parameters") \
   V(harmony_spreadcalls, "harmony spread-calls")        \
+  V(harmony_tostring, "harmony toString")               \

// Features that are shipping (turned on by default, but internal flag remains). #define HARMONY_SHIPPING(V) \ V(harmony_classes, "harmony classes (implies object literal extension)") \ V(harmony_computed_property_names, "harmony computed property names") \ V(harmony_object_literals, "harmony object literal extensions") \ - V(harmony_tostring, "harmony toString") \ V(harmony_unicode, "harmony unicode escapes") \

// Once a shipping feature has proved stable in the wild, it will be dropped
Index: test/mjsunit/es6/built-in-accessor-names.js
diff --git a/test/mjsunit/es6/built-in-accessor-names.js b/test/mjsunit/es6/built-in-accessor-names.js index 79de239ab305bce54bd7db67e3b8e6e3860a6edc..d902ae6700aa52a93cadaa783f45d254085aec33 100644
--- a/test/mjsunit/es6/built-in-accessor-names.js
+++ b/test/mjsunit/es6/built-in-accessor-names.js
@@ -2,6 +2,8 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.

+// Flags: --harmony-tostring
+
 'use strict';

 function assertGetterName(expected, object, name) {


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to