[Webkit-unassigned] [Bug 55347] "name" and "message" enumerable on *Error.prototype

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 23 02:39:07 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=55347


Mark S. Miller <erights at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |erights at gmail.com




--- Comment #2 from Mark S. Miller <erights at gmail.com>  2011-08-23 02:39:07 PST ---
> Fixed in r88559

Not quite. In r93580 I get

RangeError.prototype 15.11.7.7 .message doesn't have expected value: should be "" but was "RangeError"
TypeError.prototype 15.11.7.7 .message doesn't have expected value: should be "" but was "TypeError"
EvalError.prototype 15.11.7.7 .message doesn't have expected value: should be "" but was "EvalError"
URIError.prototype 15.11.7.7 .message doesn't have expected value: should be "" but was "URIError"
ReferenceError.prototype 15.11.7.7 .message doesn't have expected value: should be "" but was "ReferenceError"
SyntaxError.prototype 15.11.7.7 .message doesn't have expected value: should be "" but was "SyntaxError"

(From http://erights.org/tests/testjs/ )

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list