Lines Matching full:accessor
2157 * Accessor[Getter|Setter] are used as callback functions when
2182 * possible to overwrite the accessor by using __defineGetter__ or
3246 * \param name The name of the property for which an accessor is added.
3251 * \param settings Access control settings for the accessor. This is a bit
3259 * \param attribute The attributes of the property for which an accessor
3261 * \param signature The signature describes valid receivers for the accessor
3560 * Determines whether the __proto__ accessor ignores instances of
3565 * Call with a value of true to make the __proto__ accessor ignore
3567 * to make the __proto__ accessor not ignore instances of the
3615 * Sets an accessor on the object template.
3622 * \param name The name of the property for which an accessor is added.
3627 * \param settings Access control settings for the accessor. This is a bit
3635 * \param attribute The attributes of the property for which an accessor
3637 * \param signature The signature describes valid receivers for the accessor
3781 * to an accessor callback.