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