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

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->bucketnext; + } + + if (isfunctionprop(prop)) + { + if (Functiongetcode(implfromIDispatchEx((IDispatchEx*)getobject(prop->u.val))))

Please use as_jsdisp() instead of all those casts.

Thanks,

Jacek



More information about the wine-devel mailing list