| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 3b31e2f3a66bfce03fa84b0776765357a24990e1..ebc23d3cf21831712ce4580244bbbd3c28c998df 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -200,7 +200,6 @@ DEFINE_IMPLICATION(es_staging, move_object_start)
|
| // Features that are still work in progress (behind individual flags).
|
| #define HARMONY_INPROGRESS(V) \
|
| V(harmony_modules, "harmony modules") \
|
| - V(harmony_unicode_regexps, "harmony unicode regexps") \
|
| V(harmony_function_name, "harmony Function name inference") \
|
| V(harmony_function_sent, "harmony function.sent") \
|
| V(harmony_sharedarraybuffer, "harmony sharedarraybuffer") \
|
| @@ -213,6 +212,7 @@ DEFINE_IMPLICATION(es_staging, move_object_start)
|
| // Features that are complete (but still behind --harmony/es-staging flag).
|
| #define HARMONY_STAGED(V) \
|
| V(harmony_regexp_lookbehind, "harmony regexp lookbehind") \
|
| + V(harmony_unicode_regexps, "harmony unicode regexps") \
|
| V(harmony_regexp_subclass, "harmony regexp subclassing")
|
|
|
| // Features that are shipping (turned on by default, but internal flag remains).
|
|
|