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

Block scope function declaration is incorrect #14

Closed
arv opened this issue Mar 28, 2013 · 0 comments
Closed

Block scope function declaration is incorrect #14

arv opened this issue Mar 28, 2013 · 0 comments

Comments

@arv
Copy link
Collaborator

arv commented Mar 28, 2013

Original author: cburr...@google.com (April 21, 2011 21:28:31)

According to arv:

(tempCtor = function() { });
This rewrite is not correct. It needs to be

(tempCtor = function tempCtor() { });

since the name of is exposed as the .name property of a function.

Original issue: http://code.google.com/p/traceur-compiler/issues/detail?id=11

@arv arv closed this as completed Mar 28, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant