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