Sha256: 45dd69e383e7737e35ca02f1ead9b59303da05b0c177bc8a4b3f6c86e68f751f
Contents?: true
Size: 497 Bytes
Versions: 25
Compression:
Stored size: 497 Bytes
Contents
var $ = require('../internals/export'); var fails = require('../internals/fails'); var nativeGetOwnPropertyNames = require('../internals/object-get-own-property-names-external').f; var FAILS_ON_PRIMITIVES = fails(function () { return !Object.getOwnPropertyNames(1); }); // `Object.getOwnPropertyNames` method // https://tc39.github.io/ecma262/#sec-object.getownpropertynames $({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, { getOwnPropertyNames: nativeGetOwnPropertyNames });
Version data entries
25 entries across 25 versions & 7 rubygems