Re: Wrapper templates

David Crawshaw <[email protected]> Sat, 5 Apr 2003 21:47:50 +1000
Newsgroups gmane.comp.java.xwt.general
Message-ID <[email protected]>
On Friday, April 4, 2003, at 11:23  PM, Charles Goodwin wrote:
> I never knew that one existed... the 'arguments' object is woefully 
> covered
> in the XWT reference, with it's explanations of it's various properties
> being strewn around various parts of the reference, and (I just 
> checked)
> arguments.trapname is not covered.

There probably should be a little section on it. I actually found 
arguments.trapname digging through the source (line 90: 
src/org/mozilla/javascript/Arguments.java).

The section should also mention that arguments is not actually an 
array, but I believe this is normal ECMAScript behavior. The only 
unique features about the Arguments Object (as far as I can tell) are 
arguments.trapee and arguments.trapname.

d


_______________________________________________
http://lists.xwt.org/listinfo/dev