Home | History | Annotate | Download | only in ast

Lines Matching refs:is_rest

506     bool is_optional, bool is_rest, bool* is_duplicate) {
509 DCHECK(!is_optional || !is_rest);
519 if (!is_optional && !is_rest && arity_ == params_.length()) {
522 if (is_rest) {