Subj : Property Getter & Setter Question To : netscape.public.mozilla.jseng From : lyg Date : Fri Nov 19 2004 09:24 am if I defined the getter and setter for a property.When I get the property with objName.propertyName, It will call the getter and return the property value, but Why to set the value to the obj->slots[slot]? In other word, since I have defined a getter, It seems that it is not neccessary to store the property value into obj->slots[slot]. Is there someone explain the reason for me? Thanks! .