Status: New
Owner: ----
New issue 1218 by erights: Error.prototype.toString should not have
a "prototype" property
http://code.google.com/p/v8/issues/detail?id=1218
The beginning of Ch15 states "None of the built-in functions described in
(15) shall have a prototype property unless otherwise specified".
Curiously, the lone violation of this property is Error.prototype.toString.
d8> ({}).hasOwnProperty.call(Error.prototype.toString, 'prototype')
true
should be false
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev