JSH318931: Do not use arguments.caller and arguments.callee

This option prohibits the use of arguments.caller and arguments.callee. Both .caller and .callee make quite a few optimizations impossible so they were deprecated in future versions of JavaScript. In fact, ECMAScript 5 forbids the use of arguments.callee in strict mode. (JSHint option 'noarg')

TypeName: DoNotUseArgumentspointcallerAndArgumentspointcallee
CheckId: JSH318931
Severity: Warning
Type: JavaScriptFile
Links

comments powered by Disqus