Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 874a5d326e9912d0c7771c55ce6db13df2c56941..dbb54710f77648f32944d0c118ca5abfc3829b6c 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -377,6 +377,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) \ |