Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 0b2ecfb1d99b0700fd799f85013285207923417e..6419533882876a8075843dfc70e6e2400665d5c9 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -386,6 +386,7 @@ namespace internal { |
#define FOR_EACH_INTRINSIC_OBJECT(F) \ |
F(GetPrototype, 1, 1) \ |
+ F(ObjectHasOwnProperty, 2, 1) \ |
F(InternalSetPrototype, 2, 1) \ |
F(SetPrototype, 2, 1) \ |
F(GetOwnProperty_Legacy, 2, 1) \ |