| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index c4621c5749ce872e4b08bc6d1f76a3a40a79650d..906f9b000ae2fca1450444b5fde841d18b949ed4 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -1881,6 +1881,7 @@ EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_regexps)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_unicode_regexps)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_tostring)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_completion)
|
| +EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_do_expressions)
|
|
|
|
|
| void Genesis::InitializeGlobal_harmony_tolength() {
|
| @@ -2612,6 +2613,7 @@ bool Genesis::InstallExperimentalNatives() {
|
| nullptr};
|
| static const char* harmony_tolength_natives[] = {nullptr};
|
| static const char* harmony_completion_natives[] = {nullptr};
|
| + static const char* harmony_do_expressions_natives[] = {nullptr};
|
|
|
| for (int i = ExperimentalNatives::GetDebuggerCount();
|
| i < ExperimentalNatives::GetBuiltinsCount(); i++) {
|
|
|