Index: src/messages.js |
diff --git a/src/messages.js b/src/messages.js |
index 8f83a62107ee93ecfd00967972cf7f6490b499c1..19a250ba5883531ac05ce79132f50aac0e23b964 100644 |
--- a/src/messages.js |
+++ b/src/messages.js |
@@ -156,6 +156,7 @@ var kMessages = { |
strict_cannot_assign: ["Cannot assign to read only '", "%0", "' in strict mode"], |
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."], |
+ malformed_arrow_function_parameter_list: ["Malformed arrow function parameter list"], |
generator_poison_pill: ["'caller' and 'arguments' properties may not be accessed on generator functions."], |
unprotected_let: ["Illegal let declaration in unprotected statement context."], |
unprotected_const: ["Illegal const declaration in unprotected statement context."], |