On Mon Jul 8 18:36:54 2024 +0000, Gabriel Ivăncescu wrote:
It's hard to say without seeing the rest, but are you sure this is going to end up with indexed props not having allocated props (PROP_EXTERN)? I mean that was one of the goals for Typed Arrays, even for enumerating. Specifically I am talking about needing `next_prop`, or is that temporary?
Since we're returning the information needed to handle the property without relying on `dispex_prop_t`, it's a step in that direction (although I didn't actually try to implement that part).