On Fri, Feb 14, 2014 at 11:50 AM, André Bargull <andre.barg...@udo.edu> wrote:
> I think Scott is requesting this change:
> https://gist.github.com/anba/6c75c34c72d4ffaa8de7

Yes, although my proposed diff (in the linked bug) was the shorter,
"12. If end is undefined, let relativeEnd be ToInteger(lenVal); else
let
relativeEnd be ToInteger(end)."  Same effect, though.

Claude Pache wrote:
>"Array-likes with negative length" doesn't make sense.

`Array.prototype.copyWithin.call({ length: -1 }, ... );`

Call it whatever you like, although I'm always interested in learning
new phrases of ECMAspeak (if there's an appropriate name for this).
  --scott
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to