Subj : help on the resolve hook To : netscape.public.mozilla.jseng From : Brann Joly Date : Thu May 13 2004 12:32 pm hi, I've been browsing the apidoc, this group archives, and parts of the mozilla source without finding clearly how to use it As far as i understand what it is, it's a way to avoid calling the getter when a property has already been resolved by the past, but i can't find anyting more: I don't even know what's the protoype of a resolve function, because i've found 2 on the internet: resolve(JSContext *cx, JSObject *obj, jsval id, uintN flags, JSObject **objp) and its_resolve(JSContext *cx, JSObject *obj, jsval id) And of course, i definitely don't know how to use it. A pointer to the relevant part of the mozilla source code (or to an example using such a callback) would be greatly apreciated thx Brann .