Lines Matching full:accessor
62 // First argument in list is the accessor class, the second argument is the
63 // accessor ElementsKind, and the third is the backing store class. Use the
1257 ElementsAccessor* accessor = ElementsAccessor::ForArray(arguments);
1258 return accessor->CopyElements(NULL, from_start, to, to_kind,
1282 ElementsAccessor* accessor = ElementsAccessor::ForArray(arguments);
1283 return !accessor->Get(receiver, holder, key, arguments)->IsTheHole();