Mark S. Miller (2013-05-07T21:04:34.000Z)
github at esdiscuss.org (2013-07-12T02:27:21.464Z)
On Tue, May 7, 2013 at 1:59 PM, Mark S. Miller <erights at google.com> wrote: > On Tue, May 7, 2013 at 1:52 PM, Allen Wirfs-Brock <allen.wirfsbrock at gmail.com> wrote: > >> 2) `Object.prototype.__proto__` is moved back to Annex B. > > > Since `__proto__`, unlike `__defineGetter__`, provides functionality that is > otherwise unavailable, all JS platforms will treat it as mandatory whether > we put it into Appendix B or the main text. At this point, I think moving > this back to Appendix B would be an obviously meaningless gesture > My "since" is incorrect, as the functionality is available via `Object.setPrototypeOf`. Nevertheless, I still think this would be a meaningless gesture. OTOH, since it is meaningless, it is also mostly harmless.