Reviewers: rossberg,

Description:
Stage ES6 arrow functions

R=rossb...@chromium.org
BUG=v8:2700
LOG=Y

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

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

Affected files (+1, -5 lines):
  M src/flag-definitions.h
  M test/test262-es6/test262-es6.status


Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index d4d6a2c315ad9bbb08c909b1ea59f6e9a54eec99..d9337a227530a65949efc197efcb22017e4706bf 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -186,7 +186,6 @@ DEFINE_IMPLICATION(es_staging, harmony)
   V(harmony_modules, "harmony modules")                         \
   V(harmony_array_includes, "harmony Array.prototype.includes") \
   V(harmony_regexps, "harmony regular expression extensions")   \
-  V(harmony_arrow_functions, "harmony arrow functions")         \
   V(harmony_proxies, "harmony proxies")                         \
   V(harmony_sloppy, "harmony features in sloppy mode")          \
   V(harmony_unicode_regexps, "harmony unicode regexps")         \
@@ -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_arrow_functions, "harmony arrow functions")        \
   V(harmony_rest_parameters, "harmony rest parameters")        \
   V(harmony_spreadcalls, "harmony spread-calls")               \
   V(harmony_object, "harmony Object methods")                  \
Index: test/test262-es6/test262-es6.status
diff --git a/test/test262-es6/test262-es6.status b/test/test262-es6/test262-es6.status index c8e16f0a085c45632c97e217afa7039287412f4c..19992111e2e3ec7ef19d0efeda901bd066f870c6 100644
--- a/test/test262-es6/test262-es6.status
+++ b/test/test262-es6/test262-es6.status
@@ -179,7 +179,6 @@
   'built-ins/Array/prototype/filter/15.4.4.20-3-7': [FAIL],
'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-1': [FAIL], 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-2': [FAIL], - 'built-ins/Array/prototype/find/Array.prototype.find_callable-arrowfunction': [FAIL],
   'built-ins/Array/prototype/forEach/15.4.4.18-3-12': [FAIL],
   'built-ins/Array/prototype/forEach/15.4.4.18-3-25': [FAIL],
   'built-ins/Array/prototype/forEach/15.4.4.18-3-7': [FAIL],
@@ -289,9 +288,6 @@
   'intl402/13.3.1_L15': [FAIL],
   'intl402/13.3.2_L15': [FAIL],
   'intl402/13.3.3_L15': [FAIL],
-  'language/arrow-function/Arrow-Function_rules-for-prototype': [FAIL],
-  'language/arrow-function/Arrow-Function_semantics': [FAIL],
-  'language/arrow-function/Arrow-Function_syntax-variations': [FAIL],
   'language/class/arguments/access': [FAIL],
   'language/class/arguments/default-constructor': [FAIL],
   'language/class/definition/accessors': [FAIL],


--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to