Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.cc2141 bool zeroth_entry_is_failure = !cc->is_negated(); in EmitCharClass() local
2147 zeroth_entry_is_failure = !zeroth_entry_is_failure; in EmitCharClass()
2166 zeroth_entry_is_failure ? &fall_through : on_failure, in EmitCharClass()
2167 zeroth_entry_is_failure ? on_failure : &fall_through); in EmitCharClass()