Home
last modified time | relevance | path

Searched refs:next_pos_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/regexp/
Dregexp-parser.h200 int position() { return next_pos_ - 1; } in position()
300 bool has_next() { return next_pos_ < in()->length(); } in has_next()
318 int next_pos_; variable
Dregexp-parser.cc35 next_pos_(0), in RegExpParser()
48 int position = next_pos_; in ReadNext()
60 if (update_position) next_pos_ = position; in ReadNext()
90 next_pos_ = in()->length() + 1; in Advance()
97 next_pos_ = pos; in Reset()
104 next_pos_ += dist - 1; in Advance()
142 next_pos_ = in()->length(); in ReportError()