C. Scott Ananian (2014-02-17T02:46:29.000Z)
On Fri, Feb 14, 2014 at 12:40 PM, C. Scott Ananian
<ecmascript at cscott.net> wrote:
> On Fri, Feb 14, 2014 at 11:50 AM, André Bargull <andre.bargull at 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.

No objections from implementors?  Has anyone actually implemented
copyWithin (other than in `es6-shim`)?
  --scott
domenic at domenicdenicola.com (2014-02-21T20:17:56.385Z)
On Fri, Feb 14, 2014 at 12:40 PM, C. Scott Ananian <ecmascript at cscott.net> wrote:

> 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.

No objections from implementors?  Has anyone actually implemented
copyWithin (other than in `es6-shim`)?