| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index 38c5331fe63de5a2bb1fbbf6d388afd002ad6f74..2c164ef0c01ea0e90a89bbb0cf951d6d81a43fd2 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -2485,6 +2485,7 @@ EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_string_padding)
|
| #ifdef V8_I18N_SUPPORT
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(icu_case_mapping)
|
| #endif
|
| +EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_async_await)
|
|
|
| void InstallPublicSymbol(Factory* factory, Handle<Context> native_context,
|
| const char* name, Handle<Symbol> value) {
|
| @@ -3058,6 +3059,7 @@ bool Genesis::InstallExperimentalNatives() {
|
| static const char* icu_case_mapping_natives[] = {"native icu-case-mapping.js",
|
| nullptr};
|
| #endif
|
| + static const char* harmony_async_await_natives[] = {nullptr};
|
|
|
| for (int i = ExperimentalNatives::GetDebuggerCount();
|
| i < ExperimentalNatives::GetBuiltinsCount(); i++) {
|
|
|