Lines Matching defs:accessor
103 // First argument in list is the accessor class, the second argument is the
104 // accessor ElementsKind, and the third is the backing store class. Use the
1104 InternalElementsAccessor* accessor =
1107 InternalIndex entry = accessor->GetEntryForIndex(
1110 PropertyDetails details = accessor->GetDetails(*object, entry);
1689 // Scan for accessor properties. If accessors are present, then elements
1782 // If switched to fast elements, continue with the correct accessor.
1784 ElementsAccessor* accessor = receiver->GetElementsAccessor();
1785 return accessor->IncludesValue(isolate, receiver, value, k + 1,
4646 // Some mutation occurred in accessor. Abort "fast" path
4688 // Some mutation occurred in accessor. Abort "fast" path.
5330 ElementsAccessor* accessor = ElementsAccessor::ForKind(result_elements_kind);
5339 accessor->CopyElements(array, 0, from_kind, storage, insertion_index, len);