Subj : Iterate over member functions To : netscape.public.mozilla.jseng From : Jochen Stier Date : Thu Sep 30 2004 09:15 am Hi all, I am trying to get a list of all the member functions of a JSObject*. So far I have only gotten JSClass* lClass = JS_GetClass(lObject); ? ? I am trying to make an object inspector that lists the functions of a selected object... Cheers Jochen .