Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 672e830bb4e0422ed9426443d0e384a734438dfe..d11ff347545489aa55d735e822fbc738a27b8748 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -1582,6 +1582,9 @@ void Genesis::InstallNativeFunctions() { |
void Genesis::InstallExperimentalNativeFunctions() { |
INSTALL_NATIVE(JSFunction, "RunMicrotasks", run_microtasks); |
+ INSTALL_NATIVE(JSFunction, "EnqueueExternalMicrotask", |
+ enqueue_external_microtask); |
+ |
if (FLAG_harmony_proxies) { |
INSTALL_NATIVE(JSFunction, "DerivedHasTrap", derived_has_trap); |
INSTALL_NATIVE(JSFunction, "DerivedGetTrap", derived_get_trap); |