Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index c7b7cc5abc8e26985dc7d6cc9418c4b80199f8d0..44e79d6258f2fc18d235d962b35af2dfdd34a0e7 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -2278,6 +2278,7 @@ EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(promise_extra) |
EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_tailcalls) |
EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_instanceof) |
EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_restrictive_declarations) |
+EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_exponentiation_operator) |
void InstallPublicSymbol(Factory* factory, Handle<Context> native_context, |
const char* name, Handle<Symbol> value) { |
@@ -2989,6 +2990,7 @@ bool Genesis::InstallExperimentalNatives() { |
static const char* harmony_object_own_property_descriptors_natives[] = { |
nullptr}; |
static const char* harmony_array_prototype_values_natives[] = {nullptr}; |
+ static const char* harmony_exponentiation_operator_natives[] = {nullptr}; |
for (int i = ExperimentalNatives::GetDebuggerCount(); |
i < ExperimentalNatives::GetBuiltinsCount(); i++) { |