[PATCH v3 03/11] jscript: Store the necessary function and variable info in the TypeInfo.

Jacek Caban jacek at codeweavers.com
Wed Dec 11 11:35:13 CST 2019


On 12/11/19 3:08 PM, Gabriel Ivăncescu wrote:
> +            pos = cur->bucket_next;
> +        }
> +
> +        if (is_function_prop(prop))
> +        {
> +            if (Function_get_code(impl_from_IDispatchEx((IDispatchEx*)get_object(prop->u.val))))


Please use as_jsdisp() instead of all those casts.


Thanks,

Jacek




More information about the wine-devel mailing list