Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 10b3043ddff160348ede27b351748b4a3486f7f0..e0e0b4845316c5b445530c4da0fc2768f13a6fd9 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -258,6 +258,7 @@ namespace internal { |
F(GetTemplateField, 2, 1) \ |
F(DisableAccessChecks, 1, 1) \ |
F(EnableAccessChecks, 1, 1) \ |
+ F(SetAccessorProperty, 6, 1) \ |
\ |
/* Dates */ \ |
F(DateCurrentTime, 0, 1) \ |