Jacek Caban (@jacek) commented about dlls/jscript/jsdisp.idl:
{ void Free(); HRESULT GetScriptGlobal(IWineJSDispatchHost **ret);
- HRESULT CreateObject(IWineJSDispatch **obj);
It's not an object method. If anything, it would better fit `IWineJScript`. `dispex_builtin_props_to_json` also looks questionable. In any case, I think that it's not a good timing to send things like this.