Version 1
[yaffs-website] / node_modules / core-js / library / modules / _enum-bug-keys.js
1 // IE 8- don't enum bug keys
2 module.exports = (
3   'constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf'
4 ).split(',');