Subj : Re: disabling toString() and toSource() for functions To : netscape.public.mozilla.jseng From : Igor Bukanov Date : Wed Jan 19 2005 07:36 pm Merten Schumann wrote: > Igor, > > thanx - works fine! :-) > > I do get for my function "createJSObject()" > > function createJSObject() { > [native code, arity=4] > } > > BTW: what does this "arity=" mean? It is the number of arguments that JavaScript function declare. In the case of wrapped Java function it is just a number of argument of Java function. Regards, Igor .