Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 55ac12b97e34ea327df6c224f9cf4c9f44e1c73f..6aabf61bcb8504907b997129ffd8abf79d39449e 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -2317,6 +2317,7 @@ EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_tolength) |
EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_do_expressions) |
EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_regexp_lookbehind) |
EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_function_name) |
+EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_function_sent) |
EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(promise_extra) |
EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_tailcalls) |
@@ -2955,6 +2956,7 @@ bool Genesis::InstallExperimentalNatives() { |
static const char* harmony_regexp_subclass_natives[] = {nullptr}; |
static const char* harmony_regexp_lookbehind_natives[] = {nullptr}; |
static const char* harmony_function_name_natives[] = {nullptr}; |
+ static const char* harmony_function_sent_natives[] = {nullptr}; |
static const char* promise_extra_natives[] = {"native promise-extra.js", |
nullptr}; |
static const char* harmony_object_values_entries_natives[] = {nullptr}; |