Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 286af0949bc9f892a37a81d8afa60fd36d788deb..042fe70423de7187a0e2a9dc3ba370be2bbb520c 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(PutOwnProperty, 3, 1) \ |
rossberg
2014/06/13 15:19:25
Let's call this SetOwnProperty for consistency.
wingo
2014/06/16 08:32:27
Done.
|
F(DefineOrRedefineDataProperty, 4, 1) \ |
F(DefineOrRedefineAccessorProperty, 5, 1) \ |
F(IgnoreAttributesAndSetProperty, -1 /* 3 or 4 */, 1) \ |