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

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