27 Jul
2023
27 Jul
'23
1:22 p.m.
On Thu Jul 27 13:20:06 2023 +0000, Gabriel Ivăncescu wrote:
The result pointer must not be NULL for `DISPATCH_METHOD | DISPATCH_PROPERTYGET`. See many such instances in dispex.c. I guess you could break after checking it though, instead of falling through, since there's only a break anyway. it is NULL when you do `window.MutationObserver(...)`. and we don't want to fail this case.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/3391#note_40506