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

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