AnyCallertype

AnyFunction | AnyConstructor
Type
AnyFunction
Any function (purposefully as wide as possible for use with extends X or is X statements).
AnyConstructor
Any class constructor (designed for use with extends AnyConstructor guards).

Any calling function or constructor, usually referring to something that can call in the current scope that can appear in a stack trace.