Subj : Re: Loading code into runtime; and error reporting issues To : netscape.public.mozilla.jseng From : "Alan Kemp" Date : Thu Feb 05 2004 09:33 pm "Brendan Eich" wrote in message news:402184AF.9020309@meer.net... > Alan Kemp wrote: > > >Is this expected behaviour? Or am I likely doing something wrong elsewhere? > > > > Good debugging! Yes, this is expected. If you use JS_CallFunctionName > to call a function named "f" in some object, e.g., there is no script > that generates the callee expression, as there is when you evaluate a > script such as "f()". It's a fact, whether you call it a bug or feature, > that is not likely to change. Ok, "feature" it is then :-) Thanks a lot for all your help. Alan .