| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index 2136fd087dad75a7abb77491e837cb3d6103204a..fcba27f2a0a02fc11435670e8fe2415ae0f424bd 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -2329,6 +2329,7 @@ EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_object_observe)
|
| 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_iterator_close)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_regexp_lookbehind)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_regexp_property)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_function_name)
|
| @@ -2954,6 +2955,7 @@ bool Genesis::InstallExperimentalNatives() {
|
| static const char* harmony_regexps_natives[] = {"native harmony-regexp.js",
|
| nullptr};
|
| static const char* harmony_tostring_natives[] = {nullptr};
|
| + static const char* harmony_iterator_close_natives[] = {nullptr};
|
| static const char* harmony_sloppy_natives[] = {nullptr};
|
| static const char* harmony_sloppy_function_natives[] = {nullptr};
|
| static const char* harmony_sloppy_let_natives[] = {nullptr};
|
|
|