Home
last modified time | relevance | path

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

/external/v8/src/
Dtyping.cc204 bool complex_effects = false; // True for label effects or fall-through. in VisitSwitchStatement() local
224 if (!clause_effects.IsEmpty()) complex_effects = true; in VisitSwitchStatement()
233 complex_effects = true; in VisitSwitchStatement()
237 if (complex_effects) { in VisitSwitchStatement()