Unship harmony tostring
authorarv <arv@chromium.org>
Thu, 4 Jun 2015 17:33:20 +0000 (10:33 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 4 Jun 2015 17:33:33 +0000 (17:33 +0000)
Blink's DOM bindings are not yet ready.

BUG=493137, 239915
LOG=N
R=rossberg, adamk
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_chromium_rel_ng;tryserver.blink:linux_blink_rel

Review URL: https://codereview.chromium.org/1153263004

Cr-Commit-Position: refs/heads/master@{#28804}

src/flag-definitions.h
test/mjsunit/es6/built-in-accessor-names.js
test/mjsunit/harmony/sharedarraybuffer.js

index 175b760..46efe32 100644 (file)
@@ -197,18 +197,19 @@ DEFINE_IMPLICATION(es_staging, harmony)
   V(harmony_atomics, "harmony atomics")
 
 // Features that are complete (but still behind --harmony/es-staging flag).
-#define HARMONY_STAGED(V)                               \
-  V(harmony_rest_parameters, "harmony rest parameters") \
-  V(harmony_spreadcalls, "harmony spread-calls")        \
-  V(harmony_object, "harmony Object methods")           \
-  V(harmony_spread_arrays, "harmony spread in array literals")
+#define HARMONY_STAGED(V)                                      \
+  V(harmony_rest_parameters, "harmony rest parameters")        \
+  V(harmony_spreadcalls, "harmony spread-calls")               \
+  V(harmony_object, "harmony Object methods")                  \
+  V(harmony_spread_arrays, "harmony spread in array literals") \
+  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 79de239..d902ae6 100644 (file)
@@ -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) {
index 0a2f285..bac4268 100644 (file)
@@ -25,7 +25,8 @@
 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-// Flags: --harmony-sharedarraybuffer
+// Flags: --harmony-sharedarraybuffer --harmony-tostring
+
 
 // SharedArrayBuffer