| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index 0b63ceb8f980bd336b027ba46b5c067a656a19d6..484a74e5e2960f60388acb149152bc39a29341a1 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -2191,6 +2191,8 @@ void Genesis::InitializeGlobal_harmony_reflect() {
|
| factory()->NewJSObject(isolate()->object_function(), TENURED);
|
| JSObject::AddProperty(global, reflect_string, reflect, DONT_ENUM);
|
|
|
| + SimpleInstallFunction(reflect, "defineProperty",
|
| + Builtins::kReflectDefineProperty, 3, true);
|
| SimpleInstallFunction(reflect, "deleteProperty",
|
| Builtins::kReflectDeleteProperty, 2, true);
|
| SimpleInstallFunction(reflect, "get",
|
|
|