Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.cc2392 bool fall_through_on_failure) { in EmitQuickCheck() argument
2445 if (fall_through_on_failure) { in EmitQuickCheck()
4090 bool fall_through_on_failure = !is_last; in EmitChoices() local
4115 fall_through_on_failure)) { in EmitChoices()
4121 if (!fall_through_on_failure) { in EmitChoices()
4129 if (!fall_through_on_failure) { in EmitChoices()
Djsregexp.h490 bool fall_through_on_failure);