Home | History | Annotate | Download | only in compiler

Lines Matching full:exprs

1017 void AstGraphBuilder::VisitForValues(ZoneList<Expression*>* exprs) {
1018 for (int i = 0; i < exprs->length(); ++i) {
1019 VisitForValue(exprs->at(i));