2 Oct
2024
2 Oct
'24
4:26 p.m.
This adds support for mshtml host object accessor to jscript, with necessary fixes along the way. For the last patch I decided to go with flags (i.e. PROPF_METHOD) instead of introducing a type field, which makes it simpler, less fields to track off and less changes. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6609