Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index ce150d395d83ecb69dd157b26742a58fd21f4b78..00234c0fc47559edf4300c6ef827602a8395a297 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -391,6 +391,7 @@ namespace internal { |
#define FOR_EACH_INTRINSIC_OBJECT(F) \ |
F(AddDictionaryProperty, 3, 1) \ |
F(GetPrototype, 1, 1) \ |
+ F(ObjectKeys, 1, 1) \ |
F(ObjectHasOwnProperty, 2, 1) \ |
F(ObjectCreate, 2, 1) \ |
F(InternalSetPrototype, 2, 1) \ |