aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/internals/enum-bug-keys.js
blob: 2ca413b13acc18ae4fc71455d2a97db3ccb4212b (plain)
1
2
3
4
5
6
7
8
9
10
// IE8- don't enum bug keys
module.exports = [
  'constructor',
  'hasOwnProperty',
  'isPrototypeOf',
  'propertyIsEnumerable',
  'toLocaleString',
  'toString',
  'valueOf'
];