| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index 4ab487a0ae9bcb6f8df3820e7d0fc8d9d4f29eb7..c2ceda7f46259fb047e2296694be92dab0d8cef1 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -2303,6 +2303,7 @@ EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_function_sent)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(promise_extra)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_tailcalls)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_instanceof)
|
| +EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_restrictive_declarations)
|
|
|
| void InstallPublicSymbol(Factory* factory, Handle<Context> native_context,
|
| const char* name, Handle<Symbol> value) {
|
| @@ -2956,6 +2957,7 @@ bool Genesis::InstallExperimentalNatives() {
|
| static const char* harmony_regexp_subclass_natives[] = {nullptr};
|
| 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_property_natives[] = {nullptr};
|
| static const char* harmony_function_name_natives[] = {nullptr};
|
| static const char* harmony_function_sent_natives[] = {nullptr};
|
|
|