implement.js 191 B

123456
  1. 'use strict';
  2. if (!require('./is-implemented')()) {
  3. Object.defineProperty(Array.prototype, 'fill', { value: require('./shim'),
  4. configurable: true, enumerable: false, writable: true });
  5. }