Home | History | Annotate | Download | only in ast

Lines Matching refs:is_rest

487     bool is_optional, bool is_rest, bool* is_duplicate) {
490 DCHECK(!is_optional || !is_rest);
500 if (!is_optional && !is_rest && arity_ == params_.length()) {
503 if (is_rest) {