| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index e89427988e6463085ef40492bd7a35d0b721e75e..d3f495cb68a5cd7d7974b001410846be0bd5565e 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -3526,6 +3526,7 @@ EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_function_tostring)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_class_fields)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_object_rest_spread)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_dynamic_import)
|
| +EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_template_escapes)
|
|
|
| void InstallPublicSymbol(Factory* factory, Handle<Context> native_context,
|
| const char* name, Handle<Symbol> value) {
|
| @@ -4153,6 +4154,7 @@ bool Genesis::InstallExperimentalNatives() {
|
| static const char* harmony_object_rest_spread_natives[] = {nullptr};
|
| static const char* harmony_async_iteration_natives[] = {nullptr};
|
| static const char* harmony_dynamic_import_natives[] = {nullptr};
|
| + static const char* harmony_template_escapes_natives[] = {nullptr};
|
|
|
| for (int i = ExperimentalNatives::GetDebuggerCount();
|
| i < ExperimentalNatives::GetBuiltinsCount(); i++) {
|
|
|