Jump to content

No arguments.callee in strict mode


graduate

Recommended Posts

It looks like most of the reasons are for efficiency in optimizing the code. Mozilla claims that the use case for arguments.callee is weak, and that you should just name the function to call, but that doesn't apply for anonymous functions. There's not a replacement for it in strict mode.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...