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

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