Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 1ec8afe9abaaa353cbe365bcfb70f5f0928ae9c5..24652c73036761fc7a0e0173f980c97db58c423d 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -1525,6 +1525,7 @@ void Genesis::InstallNativeFunctions() { |
INSTALL_NATIVE(JSFunction, "ToInteger", to_integer_fun); |
INSTALL_NATIVE(JSFunction, "ToUint32", to_uint32_fun); |
INSTALL_NATIVE(JSFunction, "ToInt32", to_int32_fun); |
+ INSTALL_NATIVE(JSFunction, "ToLength", to_length_fun); |
INSTALL_NATIVE(JSFunction, "GlobalEval", global_eval_fun); |
INSTALL_NATIVE(JSFunction, "Instantiate", instantiate_fun); |