Subj : Re: Slow string conversion of long js functions To : netscape.public.mozilla.jseng From : Brendan Eich Date : Mon Jan 12 2004 03:58 pm Adrian Klein wrote: > I could get around this, by supplying the functions name to the > function that created the references and using the apply function to > call the referenced function with the arguments passed to a function > meant to be referencing it. In other words, function A() { B.apply(arguments); } /be .