Reviewers: rossberg,
Description:
Version 4.5.103.9 (cherry-pick)
Merged 8735d38ed6cd44a5dae63047a3ed867f4c8769b6
Unship spread calls and spread arrays
BUG=v8:4298
LOG=N
[email protected]
Please review this at https://codereview.chromium.org/1240343002/
Base URL: https://chromium.googlesource.com/v8/[email protected]
Affected files (+4, -4 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
072a22583ffd6e4b7a3a54dbc7c46aa6c391b262..1ada13ee855bca72dba5223c12a4258b50023c46
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 8
+#define V8_PATCH_LEVEL 9
// 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
2771671c315a7f0f4da1baf791842491639342ba..a89c8e4d4ba261612a1e4bcc7171b44e9e691dec
100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -202,14 +202,14 @@ DEFINE_BOOL(legacy_const, true, "legacy semantics for
const in sloppy mode")
#define HARMONY_STAGED(V) \
V(harmony_tostring, "harmony toString") \
V(harmony_concat_spreadable, "harmony isConcatSpreadable") \
- V(harmony_rest_parameters, "harmony rest parameters")
+ V(harmony_rest_parameters, "harmony rest parameters") \
+ V(harmony_spreadcalls, "harmony spread-calls") \
+ V(harmony_spread_arrays, "harmony spread in array literals")
// 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_spreadcalls, "harmony spread-calls") \
- V(harmony_spread_arrays, "harmony spread in array literals") \
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.