All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.core-js.modules._object-gopn.js Maven / Gradle / Ivy

The newest version!
// 19.1.2.7 / 15.2.3.4 Object.getOwnPropertyNames(O)
var $keys = require('./_object-keys-internal');
var hiddenKeys = require('./_enum-bug-keys').concat('length', 'prototype');

exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
  return $keys(O, hiddenKeys);
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy