Revision: 21188
Author:   [email protected]
Date:     Wed May  7 11:07:18 2014 UTC
Log:      Add back a dummy --harmony-promises flag

This is mainly meant to help with the transition of chrome using the
flag to promises being enabled by default

BUG=none
LOG=n
[email protected], [email protected]

Review URL: https://codereview.chromium.org/270503005
http://code.google.com/p/v8/source/detail?r=21188

Modified:
 /branches/bleeding_edge/src/flag-definitions.h

=======================================
--- /branches/bleeding_edge/src/flag-definitions.h Wed May 7 06:40:50 2014 UTC +++ /branches/bleeding_edge/src/flag-definitions.h Wed May 7 11:07:18 2014 UTC
@@ -162,6 +162,7 @@
 DEFINE_bool(harmony_strings, false, "enable harmony string")
 DEFINE_bool(harmony_arrays, false, "enable harmony arrays")
 DEFINE_bool(harmony_maths, false, "enable harmony math functions")
+DEFINE_bool(harmony_promises, true, "(dummy flag, has no effect)")
 DEFINE_bool(harmony, false, "enable all harmony features (except typeof)")

 DEFINE_implication(harmony, harmony_scoping)

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