Subj : Re: Properties not defined with JS_DefineProperty possible? To : netscape.public.mozilla.jseng From : Thomas Sondergaard Date : Fri Jan 21 2005 03:22 pm > Certainly. Did you try using JSClass.getProperty? It will be called > for any property get on objects of that class, whether the property is > predefined or not. Okay, this is what I missed. It wasn't obvious to me that JS_DefineProperty/JS_DefineProperties was optional! Thanks, I got it working now. Thomas .