Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index ef802ba987c8208a1a3559597c8029f450ed5c7b..ceba7b408c6c7288db32f3eef380c6cc56086421 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); |