| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index a8644c40614007041581126aab7f3f9c6fc1548d..cb826671c49c762ecf60d6bd66b47950ab6e97c9 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -2643,6 +2643,7 @@ EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_for_in)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_iterator_close)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_regexp_exec)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_regexp_lookbehind)
|
| +EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_regexp_named_captures)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_regexp_property)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_function_name)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_function_sent)
|
| @@ -3241,6 +3242,7 @@ bool Genesis::InstallExperimentalNatives() {
|
| static const char* harmony_regexp_lookbehind_natives[] = {nullptr};
|
| static const char* harmony_instanceof_natives[] = {nullptr};
|
| static const char* harmony_restrictive_declarations_natives[] = {nullptr};
|
| + static const char* harmony_regexp_named_captures_natives[] = {nullptr};
|
| static const char* harmony_regexp_property_natives[] = {nullptr};
|
| static const char* harmony_function_name_natives[] = {nullptr};
|
| static const char* harmony_function_sent_natives[] = {nullptr};
|
|
|