Reviewers: Hablich,

Description:
Version 4.5.103.26 (cherry-pick)

Merged c75af23299ec948cf2d809e8aa86b2c43184cde3

Unship arrow functions

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

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

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 4edf271617fc703d9a0fa9e94032d1726281bb00..b9f7dd4389f5edae55e5595dedc52790dff5454c 100644
--- a/include/v8-version.h
+++ b/include/v8-version.h
@@ -11,7 +11,7 @@
 #define V8_MAJOR_VERSION 4
 #define V8_MINOR_VERSION 5
 #define V8_BUILD_NUMBER 103
-#define V8_PATCH_LEVEL 25
+#define V8_PATCH_LEVEL 26

 // 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 a89c8e4d4ba261612a1e4bcc7171b44e9e691dec..8277c7385fc915beb1aa643d1160a07a55822952 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -200,6 +200,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_tostring, "harmony toString")                       \
   V(harmony_concat_spreadable, "harmony isConcatSpreadable")    \
   V(harmony_rest_parameters, "harmony rest parameters")         \
@@ -208,7 +209,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_computed_property_names, "harmony computed property names") \
   V(harmony_unicode, "harmony unicode escapes")                         \
   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