Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 286af0949bc9f892a37a81d8afa60fd36d788deb..98f6243c0398d41e4e6f475396b59864d8a4860f 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -225,6 +225,7 @@ namespace internal { |
F(IsAttachedGlobal, 1, 1) \ |
\ |
F(SetProperty, -1 /* 4 or 5 */, 1) \ |
+ F(SetOwnProperty, 3, 1) \ |
F(DefineOrRedefineDataProperty, 4, 1) \ |
F(DefineOrRedefineAccessorProperty, 5, 1) \ |
F(IgnoreAttributesAndSetProperty, -1 /* 3 or 4 */, 1) \ |