Web platform features explorer

arguments.callee

Discouraged
Tags: javascript Groups: JavaScript

The callee property of the arguments variable in a non-strict function body's local scope is the function that arguments belongs to.

Learning resources on MDN

Browser support