Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-typed-lowering.cc2525 Type* const condition_type = NodeProperties::GetType(condition); in ReduceSelect() local
2530 if (condition_type->Is(true_type_)) { in ReduceSelect()
2534 if (condition_type->Is(false_type_)) { in ReduceSelect()