Skip to content

Commit

Permalink
Update packages/core-js/internals/check-correctness-of-iteration.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Sep 7, 2023
1 parent 2f6a3af commit 674130b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ try {
module.exports = function (exec, SKIP_CLOSING) {
try {
if (!SKIP_CLOSING && !SAFE_CLOSING) return false;
} catch (error) { return false; } // it is not safe when the `SAFE_CLOSING` is not in the current scope
} catch (error) { return false; } // workaround of old WebKit + `eval` bug
var ITERATION_SUPPORT = false;
try {
var object = {};
Expand Down

0 comments on commit 674130b

Please sign in to comment.