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