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

polyfills.Object.keys.min.js Maven / Gradle / Ivy

The newest version!
Object.keys=function(){"use strict";var t=Object.prototype.hasOwnProperty,r=!{toString:null}.propertyIsEnumerable("toString"),e=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],o=e.length;return function(n){if("object"!=typeof n&&("function"!=typeof n||null===n))throw new TypeError("Object.keys called on non-object");var c,l,p=[];for(c in n)t.call(n,c)&&p.push(c);if(r)for(l=0;l




© 2015 - 2024 Weber Informatics LLC | Privacy Policy