Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix corner cases with delete #1796

Merged
merged 2 commits into from
Apr 7, 2017
Merged

fix corner cases with delete #1796

merged 2 commits into from
Apr 7, 2017

Conversation

alexlamsl
Copy link
Collaborator

delete Infinity returns false where as delete (1/0) returns true

`delete Infinity` returns `false` where as `delete (1/0)` returns `true`
@alexlamsl
Copy link
Collaborator Author

Uncovered Node.js/V8 bug ❗

https://travis-ci.org/mishoo/UglifyJS2/jobs/219566603#L454-L478

@alexlamsl alexlamsl merged commit e3c9c22 into mishoo:master Apr 7, 2017
@alexlamsl alexlamsl deleted the delete-nan branch April 7, 2017 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant