Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.cc1524 result->data_.u_clear_captures.range_from = range.from(); in ClearCaptures()
4311 new_capture(Interval(data_.u_clear_captures.range_from, in Emit()
4716 os_ << "label=\"clear $" << that->data_.u_clear_captures.range_from in VisitAction()
5938 uc32 range_from = c - (block_end - pos); in AddCaseEquivalents() local
5940 if (!(bottom <= range_from && range_to <= top)) { in AddCaseEquivalents()
5941 ranges->Add(CharacterRange::Range(range_from, range_to), zone); in AddCaseEquivalents()
Djsregexp.h652 int range_from; member