Home | History | Annotate | Download | only in src

Lines Matching refs:accumulator

4537   i::KeyAccumulator accumulator(
4540 accumulator.set_skip_indices(index_filter == IndexFilter::kSkipIndices);
4541 has_pending_exception = accumulator.CollectKeys(self, self).IsNothing();
4543 value = accumulator.GetKeys(i::GetKeysConversion::kKeepNumbers);