Home | History | Annotate | Download | only in src

Lines Matching refs:iterator_

171     this->iterator_ = NULL;
262 const StackFrameIterator* iterator_;
709 iterator_(fp, sp, low_bound, high_bound) {
716 iterator_(isolate, fp, sp, low_bound, high_bound) {
722 bool done() const { return iterator_.done(); }
736 Iterator iterator_;
766 return iterator_.frame();
769 bool done() const { return iteration_done_ ? true : iterator_.done(); }
833 StackFrameIterator iterator_;
859 StackFrameIterator iterator_;