Subj : using js_HashString in a getter callback To : netscape.public.mozilla.jseng From : Brann Joly Date : Wed May 19 2004 03:42 pm hi I'm writing a generic getter, and i need a way to get the name of the property that needs to be accessed As far as i know, id is computed by hashing the name of the property. How should i deal with that? Is using the JSHashNumber js_HashString(JSString *str); function the good solution? (i would compute the hash of the name using this function when i define the property, and associate the JSHashNumber with some personal data into a hashtable) thx Brann .