Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.h263 bool allow_fallthrough_on_executing);
Dbytecode-graph-builder.cc2881 bool allow_fallthrough_on_executing) { in BuildSwitchOnGeneratorState() argument
2884 int extra_cases = allow_fallthrough_on_executing ? 2 : 1; in BuildSwitchOnGeneratorState()
2912 if (allow_fallthrough_on_executing) { in BuildSwitchOnGeneratorState()