Searched refs:UpdateArityAndFunctionLength (Results 1 – 3 of 3) sorted by relevance
1452 parameters->UpdateArityAndFunctionLength(!initializer.IsEmpty(), is_rest);
1052 parameters->UpdateArityAndFunctionLength(initializer != nullptr, is_rest);
70 void UpdateArityAndFunctionLength(bool is_optional, bool is_rest) { in UpdateArityAndFunctionLength() function