debian-mirror-gitlab/core-js/internals/enum-bug-keys.js

11 lines
178 B
JavaScript
Raw Normal View History

2019-09-25 13:30:05 +05:30
// IE8- don't enum bug keys
module.exports = [
'constructor',
'hasOwnProperty',
'isPrototypeOf',
'propertyIsEnumerable',
'toLocaleString',
'toString',
'valueOf'
];