Allen Wirfs-Brock wrote:
As I covered in my reply to Brendan, I don't think these are sufficiently defined to really answer. But if you definition of "an instance" is that Object.prototype.toString.call(Map.prototype) returns "Map" then the latest spec. draft does 1: yes, 2: no
That's precisely at issue, and the two questions are sufficiently well-defined: neither over- nor under-specified.
Implementations must be able to make firstborn prototypes uniformly. This is what killed ES3's overreaction that tried to make RegExp.prototype be an Object instance.
Yes, it's too bad ES3 (and ES1 with Date.prototype) left mutable junk in built-in prototypes, but those ships sailed. We can do better without requiring Object instances as built-in prototypes, which was Yusuke raised for DataView that started this thread.
Does DataView.prototype need any special handling in the ES6 draft? /be _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

