[PATCH v2 1/8] mshtml: Ignore named and extra arguments when invoking builtin functions.

Jacek Caban jacek at codeweavers.com
Tue Dec 7 09:47:51 CST 2021


Hi Gabriel,

On 12/6/21 4:40 PM, Gabriel Ivăncescu wrote:
> +    if(params.cArgs > func->argc) {
> +        params.rgvarg += params.cArgs - func->argc;
> +        params.cArgs = func->argc;
> +    }


The patch seems fine, but since this affects scripts, it would be good 
to have a script test with extra arguments.


Thanks,

Jacek




More information about the wine-devel mailing list