DescriptionMake 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.
R=danno@chromium.org
BUG=69187
TEST=
Committed: https://code.google.com/p/v8/source/detail?r=11529
Patch Set 1 #Patch Set 2 : Added test case for use of MakeError. #
Messages
Total messages: 4 (0 generated)
|