Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 7b35506134779f6dd14ea0736034741666d25065..6d887bc6921410332200b47b5e90d96f09cf949f 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -2207,6 +2207,8 @@ void Genesis::InitializeGlobal_harmony_reflect() { |
Builtins::kReflectIsExtensible, 1, true); |
SimpleInstallFunction(reflect, "preventExtensions", |
Builtins::kReflectPreventExtensions, 1, true); |
+ SimpleInstallFunction(reflect, "set", |
+ Builtins::kReflectSet, 3, false); |
SimpleInstallFunction(reflect, "setPrototypeOf", |
Builtins::kReflectSetPrototypeOf, 2, true); |
} |