Searched defs:getOwnPropertyDescriptors (Results 1 – 2 of 2) sorted by relevance
10 { getOwnPropertyDescriptors: polyfill }, property11 …{ getOwnPropertyDescriptors: function () { return Object.getOwnPropertyDescriptors !== polyfill; }… method
30 module.exports = function getOwnPropertyDescriptors(value) { function