Home | History | Annotate | Download | only in compiler

Lines Matching refs:AsTuple

854   if (type->IsTuple() && index < type->AsTuple()->Arity()) {
855 return type->AsTuple()->Element(index);