Re: [PATCH v14 0/7] MR10515: vbscript: Bind local variables, class properties, and loop variables at compile time.
April 15, 2026
4:10 p.m.
Jacek Caban (@jacek) commented about dlls/vbscript/interp.c:
return S_OK; }
+static HRESULT assign_local_var(exec_ctx_t *ctx, VARIANT *v, WORD flags, DISPPARAMS *dp)
Please try to avoid code duplication with the unbound code path. This essentially duplicates part of `assign_ident`, while `assign_ident` could call it instead. Ideally, I would first factor it out of `assign_ident` in a separate commit and then reuse it here. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10515#note_136311
7
Age (days ago)
7
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban (@jacek)