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.