We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf3cdd2 commit 9289dd3Copy full SHA for 9289dd3
packages/core-js/internals/descriptors.js
@@ -1,6 +1,6 @@
1
var fails = require('../internals/fails');
2
3
-// Thank's IE8 for his funny defineProperty
+// Handle IE8's unusual defineProperty implementation
4
module.exports = !fails(function () {
5
return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
6
});
0 commit comments