Reviewers: arv,

Description:
Stage ES6 Array and TypedArray methods

Also stages ES6 @@isConcatSpreadable support.

BUG=v8:3578
LOG=y

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

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+1, -1 lines):
  M src/flag-definitions.h


Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 175b760aaba4a866aaeded914d58826b40669ccf..42f5a4bb8c65c81fdfc1dec23bbc07c1f2436834 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -184,7 +184,6 @@ DEFINE_IMPLICATION(es_staging, harmony)
 // Features that are still work in progress (behind individual flags).
 #define HARMONY_INPROGRESS(V)                                   \
   V(harmony_modules, "harmony modules")                         \
-  V(harmony_arrays, "harmony array methods")                    \
   V(harmony_array_includes, "harmony Array.prototype.includes") \
   V(harmony_regexps, "harmony regular expression extensions")   \
   V(harmony_arrow_functions, "harmony arrow functions")         \
@@ -198,6 +197,7 @@ DEFINE_IMPLICATION(es_staging, harmony)

 // Features that are complete (but still behind --harmony/es-staging flag).
 #define HARMONY_STAGED(V)                               \
+  V(harmony_arrays, "harmony array methods")            \
   V(harmony_rest_parameters, "harmony rest parameters") \
   V(harmony_spreadcalls, "harmony spread-calls")        \
   V(harmony_object, "harmony Object methods")           \


--
--
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