Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 35100e9c3c2be9bb98f27a8a040b61ab08c76314..fa95ce53e1f57521e6f9bf49159951173c8ccccc 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -199,6 +199,7 @@ DEFINE_IMPLICATION(es_staging, harmony_async_await) |
// Features that are still work in progress (behind individual flags). |
#define HARMONY_INPROGRESS(V) \ |
+ V(harmony_array_prototype_values, "harmony Array.prototype.values") \ |
V(harmony_function_sent, "harmony function.sent") \ |
V(harmony_sharedarraybuffer, "harmony sharedarraybuffer") \ |
V(harmony_simd, "harmony simd") \ |
@@ -229,7 +230,6 @@ DEFINE_IMPLICATION(es_staging, harmony_async_await) |
// Features that are shipping (turned on by default, but internal flag remains). |
#define HARMONY_SHIPPING(V) \ |
- V(harmony_array_prototype_values, "harmony Array.prototype.values") \ |
V(harmony_function_name, "harmony Function name inference") \ |
V(harmony_instanceof, "harmony instanceof support") \ |
V(harmony_iterator_close, "harmony iterator finalization") \ |