Home
last modified time | relevance | path

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

/external/v8/src/
Djsregexp.h1292 choice_index_(-1), in DispatchTableConstructor()
1298 table()->AddRange(range, choice_index_); in AddRange()
1309 void set_choice_index(int value) { choice_index_ = value; } in set_choice_index()
1313 int choice_index_; variable