Subj : Re: Getting function name with generic function call hook To : netscape.public.mozilla.jseng From : "Sterling Bates" Date : Mon Oct 27 2003 08:15 pm "Brendan Eich" wrote in message news:3F9DDCEA.3080706@meer.net... > Sterling Bates wrote: > > Since JSVAL_OBJECT is 0, you could cheat and just use argv^ here -- try > that, in case there's something wrong with and or not. Same issue... > Can you verify via toString that funobj is a function object, in > particular the one you expect? It returns "[object CBridgeMethod]" -- that could be an indicator :-/ > I was assuming you knew C enough to follow the engine code -- sorry if > not, and it's amazing you've put this bridge together! I can read the programming, but sometimes it's hard to see the forest for the trees. I appreciate the time you spend helping guys like me out -- I'm sure you're very busy as is. Sterling .