| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index 4d042ea3c66d702df788f00dcaf797b0241808eb..69a12b93b456bf1a48d22a89af79a162da2dba99 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -2317,6 +2317,7 @@ EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_regexps)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_unicode_regexps)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_do_expressions)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_regexp_lookbehind)
|
| +EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_regexp_property)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_function_name)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_function_sent)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(promise_extra)
|
| @@ -2961,6 +2962,7 @@ bool Genesis::InstallExperimentalNatives() {
|
| static const char* harmony_do_expressions_natives[] = {nullptr};
|
| static const char* harmony_regexp_subclass_natives[] = {nullptr};
|
| static const char* harmony_regexp_lookbehind_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};
|
| static const char* promise_extra_natives[] = {"native promise-extra.js",
|
|
|