Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index e0df3260375212de37511fb16f0824e59454b9bb..15078416a7660609d674e2db6e3f381e3894b9f9 100644 |
--- a/src/messages.h |
+++ b/src/messages.h |
@@ -192,7 +192,10 @@ class CallSite { |
"Proxy handler % returned non-configurable descriptor for property '%' " \ |
"from '%' trap") \ |
T(ProxyRepeatedPropName, "Trap '%' returned repeated property name '%'") \ |
+ T(ProxyTargetNotExtensible, "Proxy target is not extensible") \ |
T(ProxyTargetNonObject, "Proxy.% called with non-object as target") \ |
+ T(ProxyTargetPropNotConfigurable, \ |
+ "Proxy target property '%' is not configurable") \ |
T(ProxyTrapFunctionExpected, \ |
"Proxy.createFunction called with non-function for '%' trap") \ |
T(RedefineDisallowed, "Cannot redefine property: %") \ |