Home | History | Annotate | Download | only in full-codegen

Lines Matching full:else_part

822   Label then_part, else_part, done;
825 VisitForControl(stmt->condition(), &then_part, &else_part, &then_part);
832 __ bind(&else_part);