Comment #7 on issue 1595 by [email protected]: Error#message should be enumerable
http://code.google.com/p/v8/issues/detail?id=1595

I believe the relevant text at <http://es5.github.com/#x15> is

Every other property described in [chapter 15] has the attributes { [[Writable]]: true, [[Enumerable]]: false,
[[Configurable]]: true } unless otherwise specified.

I see nothing in Error or NativeError specifying otherwise. I agree that this one is surprising.


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to