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 bug - mangling of name "arguments" #201

Merged
merged 1 commit into from
Oct 20, 2016
Merged

Fix bug - mangling of name "arguments" #201

merged 1 commit into from
Oct 20, 2016

Conversation

boopathi
Copy link
Member

@boopathi boopathi commented Oct 20, 2016

Fixes #191

+ (Close #191)

We don't check for non strict mode and let/var binding to safely mangle
the name arguments and its bindings. Instead we dirty check if the name
is arguments and simply NOT mangle it - as this is simpler and it's not
worth the effort (as mentioned by @loganfsmyth in #191).
@kangax kangax merged commit 8637e35 into master Oct 20, 2016
@boopathi boopathi deleted the arguments-0 branch October 20, 2016 14:22
@boopathi boopathi added this to the 0.0.8 milestone Oct 30, 2016
@hzoo hzoo added the bug Confirmed bug label Oct 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants