Subj : Re: JS_NewIdArray To : netscape.public.mozilla.jseng From : Sterling Bates Date : Mon Apr 19 2004 04:05 pm Sterling Bates wrote: > The API doc has an entry for the above function, but there is no listing > in jsapi.h: > > http://lxr.mozilla.org/mozilla/source/js/src/jsapi.h > > What should I do here? Never mind, I'll remove the entry. jsapi.c doesn't implement it, and only JS_Enumerate seems to use the internal js_NewIdArray. .