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