implement.js 215 B

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