Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 29bff36d2cfbfc3c79f3119ef901469fde892c24..21fde95745d93cd24c5afb595c09024da119e683 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -2132,6 +2132,8 @@ void Genesis::InitializeGlobal_harmony_reflect() { |
Builtins::kReflectHas, 2, true); |
SimpleInstallFunction(reflect, "isExtensible", |
Builtins::kReflectIsExtensible, 1, true); |
+ SimpleInstallFunction(reflect, "ownKeys", |
+ Builtins::kReflectOwnKeys, 1, true); |
SimpleInstallFunction(reflect, "preventExtensions", |
Builtins::kReflectPreventExtensions, 1, true); |
SimpleInstallFunction(reflect, "set", |