| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 51a7106516ac822cf3594359111e8e982f787e93..dab8b188d058fb766e13c5b16fe3b160fb8159ad 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -202,6 +202,7 @@ DEFINE_IMPLICATION(es_staging, harmony_destructuring_assignment)
|
| V(harmony_modules, "harmony modules") \
|
| V(harmony_proxies, "harmony proxies") \
|
| V(harmony_unicode_regexps, "harmony unicode regexps") \
|
| + V(harmony_function_name, "harmony Function name inference") \
|
| V(harmony_reflect, "harmony Reflect API") \
|
| V(harmony_sloppy_function, "harmony sloppy function block scoping") \
|
| V(harmony_sharedarraybuffer, "harmony sharedarraybuffer") \
|
|
|