Index: src/macros.py |
diff --git a/src/macros.py b/src/macros.py |
index 3905659952900409cc8fb17a965d3e8ea0c8a824..fc08cb129fcb9945215d5400ed7d47f7efb9d1e0 100644 |
--- a/src/macros.py |
+++ b/src/macros.py |
@@ -38,12 +38,13 @@ const GETTER = 0; |
const SETTER = 1; |
# These definitions must match the index of the properties in objects.h. |
-const kApiTagOffset = 0; |
-const kApiPropertyListOffset = 1; |
-const kApiSerialNumberOffset = 2; |
-const kApiConstructorOffset = 2; |
-const kApiPrototypeTemplateOffset = 5; |
-const kApiParentTemplateOffset = 6; |
+const kApiTagOffset = 0; |
+const kApiPropertyListOffset = 1; |
+const kApiSerialNumberOffset = 2; |
+const kApiConstructorOffset = 2; |
+const kApiPrototypeTemplateOffset = 5; |
+const kApiParentTemplateOffset = 6; |
+const kApiPrototypeAttributesOffset = 15; |
const NO_HINT = 0; |
const NUMBER_HINT = 1; |