Subj : Re: Iterating through all Array elements from C To : netscape.public.mozilla.jseng From : Matthew Mondor Date : Thu Feb 10 2005 12:17 pm I tried using JS_LookupElement() instead of JS_GetElement() as well as a check on returned results with JSVAL_IS_VOID() to continue iterating, but it endlessly loops, so I'm obviously missing something. There seems to be useful API functions to iterate through all elements of various structures from C (at least in the public API): - All properties of an object - All entries of an array - All functions of an object Would such functions be considered redundant? If so, what can I use alternatively? Thanks again, Matt .