On Fri Oct 18 19:42:47 2024 +0000, Gabriel Ivăncescu wrote:
Well this is a bit more hairy than I anticipated, so I'm looking into fixing some related/required stuff first. Some stuff was already broken. Anyway just handling deletion is not enough by itself. But with respect to the "intended to be enumerated", well they aren't enumerable, but getOwnPropertyNames retrieves all props, not just enumerable ones. But it's not related to this MR anymore since I'm trying the different approach.
I created !6721 to fix deletion first, since it was way more hairy than I anticipated, so I split it.