[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
- Previous message (by thread): [PATCH v3 03/11] jscript: Store the necessary function and variable info in the TypeInfo.
- Next message (by thread): [PATCH v3 04/11] jscript: Implement ScriptTypeInfo_GetTypeAttr.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): [PATCH v3 03/11] jscript: Store the necessary function and variable info in the TypeInfo.
- Next message (by thread): [PATCH v3 04/11] jscript: Implement ScriptTypeInfo_GetTypeAttr.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]