28 Jul
2024
28 Jul
'24
3:19 p.m.
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.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/6151#note_77219