You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To trace the source, I have found that the behaviour existed due to the commit 11f4ec8, which specified check-correctness-of-iteration.js to execute in strict mode.
Recently, I have found that when I upgraded
core-js
, a test case run in PhantomJS had failed with the following exception:To trace the source, I have found that the behaviour existed due to the commit 11f4ec8, which specified
check-correctness-of-iteration.js
to execute in strict mode.After a simple trial, I found that the execution of the following snippet has broken the scope:
The text was updated successfully, but these errors were encountered: