Mark S. Miller (2013-07-17T01:51:26.000Z)
domenic at domenicdenicola.com (2013-07-23T02:37:01.270Z)
On Tue, Jul 16, 2013 at 6:33 PM, Luke Hoban <lukeh at microsoft.com> wrote: > All current engines I could try return `Number.prototype` for: > > ```js > 12["__proto__"] > ``` > > But the new spec says this should be a `TypeError`. What is the relevant part of the new spec?