Reviewers: Hablich,

Description:
Version 4.6.85.3 (cherry-pick)

Merged c75af23299ec948cf2d809e8aa86b2c43184cde3

Unship arrow functions

BUG=v8:4211
LOG=N
[email protected]

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

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

Affected files (+2, -2 lines):
  M include/v8-version.h
  M src/flag-definitions.h


Index: include/v8-version.h
diff --git a/include/v8-version.h b/include/v8-version.h
index 9bbfdeaf7819e1d6f8bb0e8916ea9400a7040a9b..178b1fdcbf050e084bb123a58ced3dc24bd206bd 100644
--- a/include/v8-version.h
+++ b/include/v8-version.h
@@ -11,7 +11,7 @@
 #define V8_MAJOR_VERSION 4
 #define V8_MINOR_VERSION 6
 #define V8_BUILD_NUMBER 85
-#define V8_PATCH_LEVEL 2
+#define V8_PATCH_LEVEL 3

 // 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 2b12e657898463c483daa1aa91639be36564a67f..9761538c059004a96d371da762744d6bb7812f73 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -201,6 +201,7 @@ DEFINE_BOOL(legacy_const, true, "legacy semantics for const in sloppy mode")

 // Features that are complete (but still behind --harmony/es-staging flag).
 #define HARMONY_STAGED(V)                                       \
+  V(harmony_arrow_functions, "harmony arrow functions")         \
   V(harmony_array_includes, "harmony Array.prototype.includes") \
   V(harmony_tostring, "harmony toString")                       \
   V(harmony_concat_spreadable, "harmony isConcatSpreadable")    \
@@ -209,7 +210,6 @@ DEFINE_BOOL(legacy_const, true, "legacy semantics for const in sloppy mode")

// Features that are shipping (turned on by default, but internal flag remains).
 #define HARMONY_SHIPPING(V)                                    \
-  V(harmony_arrow_functions, "harmony arrow functions")        \
   V(harmony_new_target, "harmony new.target")                  \
   V(harmony_object_observe, "harmony Object.observe")          \
   V(harmony_spreadcalls, "harmony spread-calls")               \


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