summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/escope/node_modules/es6-map/node_modules/es5-ext/array/#/concat/implement.js
blob: 80c67cb4faf764da929ee91d30aadc3100908340 (plain)
1
2
3
4
5
6
'use strict';

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