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.