Functions are only accessible as objects in JavaScript 1.1 and newer.
The following table tests arguments.caller
as a property, which is deprecated in JavaScript 1.3
(tests above access the arguments
as a local variable).
The following table tests arguments
and arity
as properties, which are
deprected in JavaScript 1.4 (the first table accesses these as local variables).
Last Updated: 10-06-2001