Home
last modified time | relevance | path

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

/external/v8/src/
Dtyping-asm.cc542 Type* then_type = StorageType(computed_type_); in VisitConditional() local
543 if (intish_ != 0 || !then_type->Is(cache_.kAsmComparable)) { in VisitConditional()
555 if (!then_type->Is(else_type) || !else_type->Is(then_type)) { in VisitConditional()
559 RECURSE(IntersectResult(expr, then_type)); in VisitConditional()