20 Aug
2024
20 Aug
'24
6:56 p.m.
Jacek Caban (@jacek) commented about dlls/jscript/engine.c:
return hres; }
- if((flags & EXEC_EVAL) && ctx->call_ctx) { + if((flags & EXEC_EVAL) && ctx->call_ctx && scope) { variable_obj = jsdisp_addref(ctx->call_ctx->variable_obj);
Do we still need to check for `ctx->call_ctx` with this change? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6322#note_79316