Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index 1a93758f4119515beaf359b2de9c2ed9d87235e7..60d18014b91a5faad0f1e50bf57d885f4ed42499 100644 |
--- a/src/messages.h |
+++ b/src/messages.h |
@@ -178,7 +178,8 @@ class CallSite { |
"Function object that's not a constructor was created with new") \ |
T(PromiseCyclic, "Chaining cycle detected for promise %") \ |
T(PropertyDescObject, "Property description must be an object: %") \ |
- T(PropertyNotFunction, "Property '%' of object % is not a function") \ |
+ T(PropertyNotFunction, \ |
+ "'%' returned for property '%' of object '%' is not a function") \ |
T(ProtoObjectOrNull, "Object prototype may only be an Object or null: %") \ |
T(PrototypeParentNotAnObject, \ |
"Class extends value does not have valid prototype property %") \ |