Home | History | Annotate | Download | only in src

Lines Matching full:getter

170       "no_setter_in_callback",        ["Cannot set property ", "%0", " of ", "%1", " which has only a getter"],
178 "getter_must_be_callable", ["Getter must be a function: ", "%0"],
762 var getter = function() {
774 %DefineOrRedefineAccessorProperty(obj, name, getter, setter, DONT_ENUM);