summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/copy-within/implement.js
blob: eedbad77eebe09101fe681d76653d65b0c1c7cfd (plain)
1
2
3
4
5
6
7
'use strict';

if (!require('./is-implemented')()) {
	Object.defineProperty(Array.prototype, 'copyWithin',
		{ value: require('./shim'), configurable: true, enumerable: false,
			writable: true });
}