Home | History | Annotate | Download | only in src

Lines Matching refs:FrameArrayIterator

749 FrameArrayIterator::FrameArrayIterator(Isolate* isolate,
753 bool FrameArrayIterator::HasNext() const {
757 void FrameArrayIterator::Next() { next_frame_ix_++; }
759 StackFrameBase* FrameArrayIterator::Frame() {
924 for (FrameArrayIterator it(isolate, elems); it.HasNext(); it.Next()) {