| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index ea2a285c20f7831b89df0ffedc302abde26da501..8181bae8c0c503a6867581fd0be61002b5e9cdca 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -2194,6 +2194,8 @@ void Genesis::InitializeGlobal_harmony_reflect() {
|
| Builtins::kReflectDeleteProperty, 2, true);
|
| SimpleInstallFunction(reflect, "get",
|
| Builtins::kReflectGet, 3, false);
|
| + SimpleInstallFunction(reflect, "getPrototypeOf",
|
| + Builtins::kReflectGetPrototypeOf, 1, true);
|
| SimpleInstallFunction(reflect, "has",
|
| Builtins::kReflectHas, 2, true);
|
| SimpleInstallFunction(reflect, "isExtensible",
|
|
|