Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 597c1d1a53565f2c4316fb26dc0142d15c3bebdf..e32ce41cf5aef1fb5dfd89c045101c219bfdc837 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -1647,6 +1647,8 @@ void Genesis::InstallNativeFunctions() { |
INSTALL_NATIVE(JSFunction, "$observeNativeObjectNotifierPerformChange", |
native_object_notifier_perform_change); |
INSTALL_NATIVE(JSFunction, "$arrayValues", array_values_iterator); |
+ INSTALL_NATIVE(JSFunction, "$mapFromArray", map_from_array); |
+ INSTALL_NATIVE(JSFunction, "$setFromArray", set_from_array); |
} |