blob: 090c5f109aee35e0a62ffec98c6d18d57f1992cf [file] [log] [blame]
'use strict';
if (!require('./is-implemented')()) {
Object.defineProperty(Array.prototype, 'filter', { value: require('./shim'),
configurable: true, enumerable: false, writable: true });
}