Navigation Menu

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

Enable function names #907

Closed
akidee opened this issue Dec 7, 2010 · 6 comments
Closed

Enable function names #907

akidee opened this issue Dec 7, 2010 · 6 comments
Labels

Comments

@akidee
Copy link

akidee commented Dec 7, 2010

How can I use

function myName () {}

in CS? Using a function name is an easier way to recognize a closure in a backtrace.

@zmthy
Copy link
Collaborator

zmthy commented Dec 7, 2010

See the Functions section in the FAQ, in the wiki. An IE bug prevents us from using this.

@satyr
Copy link
Collaborator

satyr commented Dec 8, 2010

Have Iwe considered allowing plain declaration (function f(){}), which doesn't suffer JScript bug? The FAQ entry doesn't talk about it.

@zmthy
Copy link
Collaborator

zmthy commented Dec 8, 2010

I suppose. It would only work for single normal assignments, though.

@akidee
Copy link
Author

akidee commented Dec 8, 2010

Of course I know about plain declaration but I try to avoid it whenever possible.

@satyr
Copy link
Collaborator

satyr commented Dec 8, 2010

I try to avoid it whenever possible

So you write var f = function f(){...}; for inline functions? Isn't it tedious?

@toomim
Copy link

toomim commented Jun 26, 2015

Did anything come of this plain declaration idea? I am interested.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants