Revision: 6558
Author: [email protected]
Date: Tue Feb 1 08:08:44 2011
Log: Fix error message name.
http://code.google.com/p/v8/source/detail?r=6558
Modified:
/branches/bleeding_edge/src/messages.js
=======================================
--- /branches/bleeding_edge/src/messages.js Tue Feb 1 04:31:16 2011
+++ /branches/bleeding_edge/src/messages.js Tue Feb 1 08:08:44 2011
@@ -222,7 +222,7 @@
strict_duplicate_property: ["Duplicate data property in object
literal not allowed in strict mode"],
accessor_data_property: ["Object literal may not have data and
accessor property with the same name"],
accessor_get_set: ["Object literal may not have multiple
get/set accessors with the same name"],
- strict_lhs_eval_assignment: ["Assignment to eval or arguments is
not allowed in strict mode"],
+ strict_lhs_assignment: ["Assignment to eval or arguments is
not allowed in strict mode"],
strict_lhs_postfix: ["Postfix increment/decrement may not
have eval or arguments operand in strict mode"],
strict_lhs_prefix: ["Prefix increment/decrement may not
have eval or arguments operand in strict mode"],
};
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev