4 Dec
2024
4 Dec
'24
4:59 p.m.
On Wed Dec 4 16:34:53 2024 +0000, Gabriel Ivăncescu wrote:
Note that it seems looking for '-' won't work because "float" refers to "cssFloat" builtin and it doesn't have '-' so I guess we have to do it anyway. I guess if we need to, we may make the check precise with something like `dispex_prop_name` (maybe avoiding string allocation) on found dispid. I was hoping to avoid too much complication given that it will have to be revisited for using own properties instead of aliasing them, but that seems more robust.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/6952#note_89741