Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 3d7fb02d57411401ed2252ab7174877575c5d5fd..2f8f8592daa1846afae12741d2d3d6e5f1e5f775 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -3845,6 +3845,8 @@ void Genesis::InitializeGlobal_experimental_fast_array_builtins() { |
Builtins::kTypedArrayPrototypeReduce); |
InstallOneBuiltinFunction(typed_array_prototype, "reduceRight", |
Builtins::kTypedArrayPrototypeReduceRight); |
+ InstallOneBuiltinFunction(typed_array_prototype, "map", |
+ Builtins::kTypedArrayPrototypeMap); |
} |
} |