Newer Version Available

This content describes an older version of this product. View Latest

Disallow Use of caller and callee (no-caller)

Prevent the use of arguments.caller and arguments.callee. These are also forbidden in ECMAScript 5 and later when in strict mode, which is enabled under Lightning Locker. This is a standard rule built into ESLint.

For complete details about this rule, including examples, see the corresponding ESLint documentation, Disallow Use of caller/callee (no-caller).