20 Jun
2023
20 Jun
'23
11:43 a.m.
Jacek Caban (@jacek) commented about dlls/jscript/function.c:
typedef struct { jsdisp_t jsdisp; - InterpretedFunction *function; + function_code_t *func_code;
It seems that we also don't need func_code, can we just remove it? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2942#note_36256