Subj : SpiderMonkey - question about properties... To : netscape.public.mozilla.jseng From : "Robert Bates" Date : Sun Jul 06 2003 12:48 am I'm working on a generic C++ class to encapsulate the JSObject and extend it, and was wondering about something. The JSClass struct defines property methods, and then there additionally is a JS_DefineProperty/JS_DefineProperties method that each property has a get/set method available for. If I just set the JSClass methods for property set/get and performed my own filtering and rights via the set/get methods using the property ID, would this provide the same level of functionality? Thanks! -- ========== Robert Bates Austin, Texas - USA http://home.austin.rr.com/robsplace .