Home | History | Annotate | Download | only in src

Lines Matching full:getter

1303       Handle<JSReceiver> getter);
2186 Handle<Object> getter,
2190 Handle<Object> getter,
2597 // Setter and getter for elements.
2683 // Setter and getter for elements.
3631 // when defining a getter or setter with a number key.
4309 // Setter and getter.
4362 // Setter and getter
6751 // Indicates that this function is an accessor (getter or setter).
10251 // An accessor must have a getter, but can have no setter.
10262 DECL_ACCESSORS(getter, Object)
10284 // Support for JavaScript accessors: A pair of a getter and a setter. Each
10292 DECL_ACCESSORS(getter, Object)
10306 inline void SetComponents(Object* getter, Object* setter);
10359 DECL_ACCESSORS(getter, Object)