On Mon, Oct 3, 2011 at 10:30 AM, Erik Arvidsson
<[email protected]> wrote:
> But Function.prototype.apply doesn't preserve holes.

Function.prototype.apply doesn't preserve holes for the the
`arguments` object, but rest parameters aren't yet standardized, and
are intended to replace the `arguments` object, so they could, and in
my view, should preserve holes for both Function.prototype.apply and
foo(...args) activations, at least if array structuring and
destructuring preserve holes as currently specified in the ES.next
draft spec.

Thanks,
Sean Eagan
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to