Andreas Rossberg (2014-06-11T17:25:03.000Z)
On 11 June 2014 18:44, Allen Wirfs-Brock <allen at wirfs-brock.com> wrote:
> Other than the Array.of and Array.from usages the other uses are all necessary either functionally (you can't just "try to construct" by calling [[Construct]], it requires an explicit guard) or to deal with special backwards compat situations.
>
> I'd be happy to eliminate the special handling in Array.of and Array.from if there is consensus that it isn't desirable.

I'd be in support of that.

/Andreas
domenic at domenicdenicola.com (2014-06-20T19:26:05.553Z)
On 11 June 2014 18:44, Allen Wirfs-Brock <allen at wirfs-brock.com> wrote:
> I'd be happy to eliminate the special handling in Array.of and Array.from if there is consensus that it isn't desirable.

I'd be in support of that.