Reviewers: danno,
Description:
Make Error.prototype.name writable again, as required by the spec and the
web.
Address http://code.google.com/p/chromium/issues/detail?id=69187 by instead
ignoring getters on ReferenceError.prototype.name in
Error.prototype.toString.
And while we're at it, do the same for SyntaxError and TypeError, and the
properties "message", "type", and "arguments" on all of them, which
potentially have similar issues.
[email protected]
BUG=69187
TEST=
Please review this at https://chromiumcodereview.appspot.com/10234004/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M src/messages.js
M test/mjsunit/error-constructors.js
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev