Sha256: 78492891017f0bb29b9ddf82bdb30627ac88afb6a47c0a88d0d45176323ff405

Contents?: true

Size: 415 Bytes

Versions: 15

Compression:

Stored size: 415 Bytes

Contents

'use strict';
// https://github.com/tc39/proposal-iterator-helpers
var $ = require('../internals/export');
var iterate = require('../internals/iterate');
var anObject = require('../internals/an-object');

var push = [].push;

$({ target: 'Iterator', proto: true, real: true }, {
  toArray: function toArray() {
    var result = [];
    iterate(anObject(this), push, result, false, true);
    return result;
  }
});

Version data entries

15 entries across 15 versions & 5 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/core-js/modules/esnext.iterator.to-array.js
disco_app-0.18.0 test/dummy/node_modules/core-js/modules/esnext.iterator.to-array.js
disco_app-0.18.2 test/dummy/node_modules/core-js/modules/esnext.iterator.to-array.js
tang-0.2.1 spec/tang_app/node_modules/core-js/modules/esnext.iterator.to-array.js
tang-0.2.0 spec/tang_app/node_modules/core-js/modules/esnext.iterator.to-array.js
tang-0.1.0 spec/tang_app/node_modules/core-js/modules/esnext.iterator.to-array.js
tang-0.0.9 spec/tang_app/node_modules/core-js/modules/esnext.iterator.to-array.js
enju_library-0.3.8 spec/dummy/node_modules/core-js/modules/esnext.iterator.to-array.js
condenser-0.3 lib/condenser/processors/node_modules/core-js-pure/modules/esnext.iterator.to-array.js
condenser-0.2 lib/condenser/processors/node_modules/core-js-pure/modules/esnext.iterator.to-array.js
condenser-0.1 lib/condenser/processors/node_modules/core-js-pure/modules/esnext.iterator.to-array.js
condenser-0.0.12 lib/condenser/processors/node_modules/core-js-pure/modules/esnext.iterator.to-array.js
condenser-0.0.11 lib/condenser/processors/node_modules/core-js-pure/modules/esnext.iterator.to-array.js
condenser-0.0.10 lib/condenser/processors/node_modules/core-js-pure/modules/esnext.iterator.to-array.js
condenser-0.0.9 lib/condenser/processors/node_modules/core-js-pure/modules/esnext.iterator.to-array.js