Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.cc1465 result->data_.u_clear_captures.range_to = range.to(); in ClearCaptures()
4238 data_.u_clear_captures.range_to)); in Emit()
4643 << " to $" << that->data_.u_clear_captures.range_to in VisitAction()
5959 uc32 range_to = c - (block_end - end); in AddCaseEquivalents() local
5960 if (!(bottom <= range_from && range_to <= top)) { in AddCaseEquivalents()
5961 ranges->Add(CharacterRange::Range(range_from, range_to), zone); in AddCaseEquivalents()
Djsregexp.h681 int range_to; member