31 Jul
2023
31 Jul
'23
11:34 a.m.
Jacek Caban (@jacek) commented about dlls/jscript/dispex.c:
case PROP_IDX: { jsval_t val;
- hres = prop_get(This, prop, &val); + if(prop->type == PROP_IDX)
I think it would be better to add additional `jsthis` argument to `prop_get` instead of duplicating it here. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3443#note_40758