blob: 2ca413b13acc18ae4fc71455d2a97db3ccb4212b [file] [log] [blame]
// IE8- don't enum bug keys
module.exports = [
'constructor',
'hasOwnProperty',
'isPrototypeOf',
'propertyIsEnumerable',
'toLocaleString',
'toString',
'valueOf'
];