Sorry for not noticing the change. It seems the ES6 spec changes the behavior
of *.prototype object. In ES5, *.prototype is itself a * object. However,
because in ES5 Object.prototype.toString.call(String.prototype) will return
[object String], my proposal does not break any legacy code, instead, if not
implemented, legacy code could be broken.
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

