Subj : Re: generic getter for more than 256 properties To : netscape.public.mozilla.jseng From : Brann Joly Date : Tue May 11 2004 10:34 pm > Why would you want to use tinyids at all? Why not just map the id to > whatever you need, internal to your implementation, using a hashtable? but id is a 8bit value isnt it? if it is, how can I map it with more than 256 values? if it is not, how do you set it? (JS_DefinePropertyWithTinyId takes an int8 for this parameter, so is there another way to set it again later?) or maybe i'm missing something, and id is not the tinyid i thought it was. but then how do you set this id, and how do you get the tinyid when called? brann .