Home | History | Annotate | Download | only in src

Lines Matching full:accessor

1058 #define TYPED_ARRAY_GETTER(getter, accessor) \
1067 return typed_array->accessor(); \
1892 // if args[1] is an accessor on args[0]
5051 // Step 4b - define a new accessor property.
5052 // Steps 9c & 12 - replace an existing data property with an accessor property.
5053 // Step 12 - update an existing accessor property with an accessor or generic
5080 // Steps 9b & 12 - replace an existing accessor property with a data property.