Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-parser.h210 int position() { return next_pos_ - 1; } in position()
316 bool has_next() { return next_pos_ < in()->length(); } in has_next()
335 int next_pos_; variable
Dregexp-parser.cc38 next_pos_(0), in RegExpParser()
52 int position = next_pos_; in ReadNext()
64 if (update_position) next_pos_ = position; in ReadNext()
95 next_pos_ = in()->length() + 1; in Advance()
102 next_pos_ = pos; in Reset()
108 next_pos_ += dist - 1; in Advance()
149 next_pos_ = in()->length(); in ReportError()