The value yielded by this property is the function object that owns the arguments.
You can work out the calling tree by tracing the callee and caller relationships back up the tree. The callee is a reference to the parent function that owns the arguments object.
This has no meaning outside of the context of a function.
Prev | Home | Next |
Arguments object | Up | Arguments.caller |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |