Home | History | Annotate | Download | only in parsing

Lines Matching full:is_optional

71   void UpdateArityAndFunctionLength(bool is_optional, bool is_rest) {
72 if (!is_optional && !is_rest && function_length == arity) {