Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 4ba0563bc87fc7a7b75923f9e789a738eea79cc9..b49c2914124ab95c7fb7d1feaf093c21f77bf4e5 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -2043,6 +2043,7 @@ EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_sloppy_let) |
EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_rest_parameters) |
EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_default_parameters) |
EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_destructuring) |
+EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_destructuring_assignment) |
EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_object_observe) |
EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_regexps) |
EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_unicode_regexps) |
@@ -2550,6 +2551,7 @@ bool Genesis::InstallExperimentalNatives() { |
static const char* harmony_reflect_natives[] = {"native harmony-reflect.js", |
nullptr}; |
static const char* harmony_destructuring_natives[] = {nullptr}; |
+ static const char* harmony_destructuring_assignment_natives[] = {nullptr}; |
static const char* harmony_object_observe_natives[] = { |
"native harmony-object-observe.js", nullptr}; |
static const char* harmony_sharedarraybuffer_natives[] = { |