Home | History | Annotate | Download | only in parsing

Lines Matching refs:is_optional

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