Index: src/messages.js |
diff --git a/src/messages.js b/src/messages.js |
index 3c85d9416af035f37c302e4e7df5c29fee9c234b..33b997ab3e52027a45721a238c4eefc42a18f61b 100644 |
--- a/src/messages.js |
+++ b/src/messages.js |
@@ -239,6 +239,8 @@ function FormatMessage(message) { |
"strict_poison_pill", ["'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them"], |
"strict_caller", ["Illegal access to a strict mode caller function."], |
"unprotected_let", ["Illegal let declaration in unprotected statement context."], |
+ "seal_external_array_elements", ["Cannot seal an object with external array elements"], |
+ "redef_external_array_element", ["Cannot redefine a property of an object with external array elements"], |
]; |
var messages = { __proto__ : null }; |
var desc = new PropertyDescriptor(); |