Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index 501c7166f0349ac6137fe12c103133470fa793c6..1a93758f4119515beaf359b2de9c2ed9d87235e7 100644 |
--- a/src/messages.h |
+++ b/src/messages.h |
@@ -190,8 +190,6 @@ class CallSite { |
T(ProxyHandlerTrapMissing, "Proxy handler % has no '%' trap") \ |
T(ProxyHandlerTrapMustBeCallable, \ |
"Proxy handler %0 has non-callable '%' trap") \ |
- T(ProxyIsExtensibleViolatesInvariant, \ |
- "Result of trap 'isExtensible' is inconsistent with proxy's target") \ |
T(ProxyNonObjectPropNames, "Trap '%' returned non-object %") \ |
T(ProxyPreventExtensionsViolatesInvariant, \ |
"Trap 'preventExtensions' returned true but the proxy's target is " \ |
@@ -210,6 +208,8 @@ class CallSite { |
T(ProxyTrapFunctionExpected, \ |
"Proxy.createFunction called with non-function for '%' trap") \ |
T(ProxyTrapResultMustInclude, "Trap result must include %.") \ |
+ T(ProxyTrapViolatesInvariant, \ |
+ "Result of trap '%' is inconsistent with proxy's target") \ |
T(RedefineDisallowed, "Cannot redefine property: %") \ |
T(RedefineExternalArray, \ |
"Cannot redefine a property of an object with external array elements") \ |