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?