Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h1394 choice_index_(-1), in DispatchTableConstructor()
1401 table()->AddRange(range, choice_index_, zone_); in AddRange()
1412 void set_choice_index(int value) { choice_index_ = value; } in set_choice_index()
1416 int choice_index_; variable