Brendan Eich (2014-10-23T18:52:21.000Z)
d at domenic.me (2014-11-05T10:13:21.650Z)
Domenic Denicola wrote: > ES6 adjusted the length limit upward to 2^53 - 1, IIRC... And yet Adam cited the draft ES6 HTML-formatted spec. Seems like two problems: * Error-checking after mutating -- in this case in ArraySetLength from Array [[DefineOwnProperty]] from Put 7(b)(v)(3) in 22.1.3.28 -- buried! * The lack of 53-bit indexes, but isn't this waiting for a VM to try and see what breaks? Cc'ing Allen. Buggy engines too, but perhaps their maintainers will want to wait a bit before fixing ;-).