Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index dc722cb7493a87b4205557701099471c53712a70..99a8bbc72cfc90f6acc8e8c90df02051f8da24bc 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -1362,6 +1362,7 @@ void Genesis::InstallExperimentalNativeFunctions() { |
INSTALL_NATIVE(JSFunction, "DerivedHasTrap", derived_has_trap); |
INSTALL_NATIVE(JSFunction, "DerivedGetTrap", derived_get_trap); |
INSTALL_NATIVE(JSFunction, "DerivedSetTrap", derived_set_trap); |
+ INSTALL_NATIVE(JSFunction, "ProxyEnumerate", proxy_enumerate); |
} |
} |