blob: eedbad77eebe09101fe681d76653d65b0c1c7cfd [file] [log] [blame]
'use strict';
if (!require('./is-implemented')()) {
Object.defineProperty(Array.prototype, 'copyWithin',
{ value: require('./shim'), configurable: true, enumerable: false,
writable: true });
}