| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 83b1a4df7074b4d67f7ffb538d6cc544d0ff5857..fb07bd3457a42a2254f410292eb67a021a3c645f 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -218,6 +218,7 @@ DEFINE_IMPLICATION(es_staging, harmony_tailcalls)
|
|
|
| // Features that are complete (but still behind --harmony/es-staging flag).
|
| #define HARMONY_STAGED(V) \
|
| + V(harmony_array_prototype_values, "harmony Array.prototype.values") \
|
| V(harmony_regexp_lookbehind, "harmony regexp lookbehind") \
|
| V(harmony_instanceof, "harmony instanceof support") \
|
| V(harmony_object_values_entries, "harmony Object.values / Object.entries") \
|
|
|