17 Sep
2024
17 Sep
'24
10:43 p.m.
Jacek Caban (@jacek) commented about dlls/jscript/error.c:
TRACE("%08lx %s %s\n", ei->scode, debugstr_w(ei->bstrSource), debugstr_w(ei->bstrDescription));
reset_ei(ctx->ei); + if(ei->pfnDeferredFillIn) + ei->pfnDeferredFillIn(ei);
Can we have a test for this? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6515#note_82481