Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index a3bc2125cbbee26e86f7c628e6f8603c47c05a33..d8a3cc97b46a51c38f9e722035eadd7794df7a87 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -482,7 +482,8 @@ namespace internal { |
F(InstanceOf, 2, 1) \ |
F(HasInPrototypeChain, 2, 1) \ |
F(CreateIterResultObject, 2, 1) \ |
- F(IsAccessCheckNeeded, 1, 1) |
+ F(IsAccessCheckNeeded, 1, 1) \ |
+ F(ObjectDefineProperties, 2, 1) |
#define FOR_EACH_INTRINSIC_OBSERVE(F) \ |