Get properties of the current or caller frame
The current frame is the execution context of the function that is currently being evaluated.
The caller frame is the execution context of the function that called the function currently being evaluated.
See the call stack topic for more information.
caller_fn(n = 1) current_fn()
n |
The number of generations to go back. |
These functions are experimental.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.