Lines Matching defs:accessor
1464 // 2d. Else Desc must be an accessor Property Descriptor,
1466 // 2d i. If O is not undefined, create an own accessor property named P
1547 // from a data property to an accessor property. Preserve the existing
1554 // from an accessor property to a data property. Preserve the existing
1869 // 6. Else X is an accessor property, so
4081 ElementsAccessor* accessor = ElementsAccessor::ForKind(kind);
4084 return accessor->NumberOfElements(object) == 0;
4628 // ES5 forbids turning a property into an accessor if it's not
5201 ElementsAccessor* accessor = ElementsAccessor::ForKind(to);
5202 MAYBE_RETURN(accessor->Add(object, index, value, attributes, new_capacity),