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 c22285c commit fe4ac8aCopy full SHA for fe4ac8a
packages/core-js/internals/object-to-array.js
@@ -11,7 +11,7 @@ var push = uncurryThis([].push);
11
12
// in some IE versions, `propertyIsEnumerable` returns incorrect result on integer keys
13
// of `null` prototype objects
14
-var IE_BUG = fails(function () {
+var IE_BUG = DESCRIPTORS && fails(function () {
15
// eslint-disable-next-line es/no-object-create -- safe
16
var O = Object.create(null);
17
O[2] = 2;
0 commit comments