Subj : JS_Enumerate and for/in loop To : netscape.public.mozilla.jseng From : celsoaguiar@hotmail.com (Celso Aguiar) Date : Mon Jan 13 2003 03:09 pm Why is it that if I enumerate my native objects via for/in loop in javascript, prototype properties are visited, whereas if I do it internally via the C API JS_Enumerate, I don't get the prototype properties? Is this meant to be like this? Maybe there something needed in my object's JSClass... Thanks for the attention, Celso .