Pattern: Access to arguments.callee
Issue: -
Disallows use of arguments.callee
.
Rationale: Using arguments.callee
makes various performance optimizations impossible. See MDN for more details on why to avoid arguments.callee
.
Pattern: Access to arguments.callee
Issue: -
Disallows use of arguments.callee
.
Rationale: Using arguments.callee
makes various performance optimizations impossible. See MDN for more details on why to avoid arguments.callee
.