Index: src/accessors.h |
diff --git a/src/accessors.h b/src/accessors.h |
index 55caa48010bec88cc00016d2ded43e18dd291e1a..2171a35c74169db33895bef7defe4a4dfa6d211b 100644 |
--- a/src/accessors.h |
+++ b/src/accessors.h |
@@ -24,6 +24,7 @@ class AccessorInfo; |
V(ArrayLength) \ |
V(BoundFunctionLength) \ |
V(BoundFunctionName) \ |
+ V(ErrorStack) \ |
V(FunctionArguments) \ |
V(FunctionCaller) \ |
V(FunctionName) \ |
@@ -46,9 +47,10 @@ class AccessorInfo; |
V(ScriptIsEmbedderDebugScript) \ |
V(StringLength) |
-#define ACCESSOR_SETTER_LIST(V) \ |
- V(ReconfigureToDataProperty) \ |
- V(ArrayLengthSetter) \ |
+#define ACCESSOR_SETTER_LIST(V) \ |
+ V(ReconfigureToDataProperty) \ |
+ V(ArrayLengthSetter) \ |
+ V(ErrorStackSetter) \ |
V(FunctionPrototypeSetter) |
// Accessors contains all predefined proxy accessors. |