Home | History | Annotate | Download | only in ast

Lines Matching full:arity_

205   arity_ = 0;
519 if (!is_optional && !is_rest && arity_ == params_.length()) {
520 ++arity_;