es6.array.copy-within.js 237 B

123456
  1. // 22.1.3.3 Array.prototype.copyWithin(target, start, end = this.length)
  2. var $export = require('./$.export');
  3. $export($export.P, 'Array', {copyWithin: require('./$.array-copy-within')});
  4. require('./$.add-to-unscopables')('copyWithin');