| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index eee9bd3e0722c5520d0561357664c2bbeb5e83e9..0593cc21564cd05a0e6c551f603b7b131692c60a 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -1665,6 +1665,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);
|
| }
|
|
|
|
|
|
|