Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-parser.cc251 int position() const { return next_pos_ - 1; } in position()
291 bool has_next() const { return next_pos_ < input_length(); } in has_next()
338 int next_pos_; member in v8::internal::__anon14998::final
370 next_pos_(0), in RegExpParserImpl()
386 int position = next_pos_; in ReadNext()
390 if (update_position) next_pos_ = position; in ReadNext()
397 int position = next_pos_; in ReadNext()
410 if (update_position) next_pos_ = position; in ReadNext()
438 next_pos_ = input_length() + 1; in Advance()
456 next_pos_ in Reset()
[all...]

Completed in 3 milliseconds