Home | History | Annotate | Download | only in interpreter

Lines Matching refs:ToBooleanIsTrue

1049   if (stmt->condition()->ToBooleanIsTrue()) {
1179 } else if (stmt->cond()->ToBooleanIsTrue()) {
1204 if (!stmt->cond()->ToBooleanIsTrue()) {
1228 if (stmt->cond() && !stmt->cond()->ToBooleanIsTrue()) {
1634 if (expr->condition()->ToBooleanIsTrue()) {
3085 if (left->ToBooleanIsTrue()) {
3099 if (left->ToBooleanIsTrue()) {
3122 } else if (left->ToBooleanIsTrue() && right->ToBooleanIsTrue()) {
3136 } else if (left->ToBooleanIsTrue()) {