| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index 8181bae8c0c503a6867581fd0be61002b5e9cdca..6699dacd121c43c5d86aab37f22d637999860a63 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -2202,6 +2202,8 @@ void Genesis::InitializeGlobal_harmony_reflect() {
|
| Builtins::kReflectIsExtensible, 1, true);
|
| SimpleInstallFunction(reflect, "preventExtensions",
|
| Builtins::kReflectPreventExtensions, 1, true);
|
| + SimpleInstallFunction(reflect, "setPrototypeOf",
|
| + Builtins::kReflectSetPrototypeOf, 2, true);
|
| }
|
|
|
|
|
|
|