| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index c1fffec8b878b6e49d89b1c7c912c05de7da7069..68088ade4de07295de8504d4e4eb621b085e93b2 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -194,6 +194,7 @@ DEFINE_IMPLICATION(es_staging, move_object_start)
|
|
|
| // 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_object_observe, "harmony Object.observe") \
|
| V(harmony_function_sent, "harmony function.sent") \
|
| V(harmony_sharedarraybuffer, "harmony sharedarraybuffer") \
|
| @@ -213,7 +214,6 @@ DEFINE_IMPLICATION(es_staging, move_object_start)
|
|
|
| // 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") \
|
|
|