Subj : Re: Getting function name with generic function call hook To : netscape.public.mozilla.jseng From : "Sterling Bates" Date : Mon Oct 27 2003 03:56 pm "Brendan Eich" wrote in message news:3F9D9E16.1010902@meer.net... > JS_GetFunctionId is the modern way to get the full, jschar (Unicode > plane 0 characters) name. I'll give that a shot tonight. > No, that's not what JSVAL_TO_OBJECT does. Please re-read jsapi.h near > the top; note that JSTYPE_* has nothing to do with jsval values and tags. I stand corrected, but it shouldn't affect anything anyway, since JSTYPE_OBJECT is 0 at this point. Thanks, Sterling .