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

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