Sha256: b8122559f66d7b85ef7b22c91d60269aa29692555240f1cfd38a1857d4d40231

Contents?: true

Size: 340 Bytes

Versions: 24

Compression:

Stored size: 340 Bytes

Contents

'use strict';
var $ = require('../internals/export');
var ObjectIterator = require('../internals/object-iterator');

// `Object.iterateKeys` method
// https://github.com/tc39/proposal-object-iteration
$({ target: 'Object', stat: true }, {
  iterateKeys: function iterateKeys(object) {
    return new ObjectIterator(object, 'keys');
  }
});

Version data entries

24 entries across 23 versions & 7 rubygems

Version Path
condenser-0.0.12 lib/condenser/processors/node_modules/core-js-pure/modules/esnext.object.iterate-keys.js
condenser-0.0.11 lib/condenser/processors/node_modules/core-js-pure/modules/esnext.object.iterate-keys.js
condenser-0.0.10 lib/condenser/processors/node_modules/core-js-pure/modules/esnext.object.iterate-keys.js
condenser-0.0.9 lib/condenser/processors/node_modules/core-js-pure/modules/esnext.object.iterate-keys.js