From: Jacek Caban Subject: Re: [PATCH v3 03/11] jscript: Store the necessary function and variable info in the TypeInfo. Message-Id: <88518cd3-d99c-57ab-a203-3fce2308975f@codeweavers.com> Date: Wed, 11 Dec 2019 18:35:13 +0100 In-Reply-To: References: <1303bac3ad3092538ac78d9257d3d976ff41f958.1576073190.git.gabrielopcode@gmail.com> 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