Inspectopedia
 
2024.3

Use of 'caller' property

Warning
Code Style
New
Last modified: 03 December 2024

Reports a usage of the caller property in a JavaScript function. Using this property to access the stack frame of the calling method can be extremely confusing and result in subtle bugs.