| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index dd948716bae82a623473be7d0e96e56024a55f85..ee5f6bd6688391d48b2e08431cf76579dc591ca9 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -193,6 +193,7 @@ DEFINE_IMPLICATION(es_staging, harmony)
|
| V(harmony_unicode_regexps, "harmony unicode regexps") \
|
| V(harmony_rest_parameters, "harmony rest parameters") \
|
| V(harmony_reflect, "harmony Reflect API") \
|
| + V(harmony_new_target, "harmony new target") \
|
| V(harmony_spreadcalls, "harmony spread-calls")
|
|
|
| // Features that are complete (but still behind --harmony/es-staging flag).
|
|
|