On Mon Apr 14 15:53:25 2025 +0000, Gabriel Ivăncescu wrote:
Yeah, but "create" is still available for XHR so it won't really help, now I'm getting a crash trying to test it (probably existing bug).
Sure, but is it the only property like that? If so, we might want to stop using the generic code for its lookup and treat it as a "custom" prop instead. That would allow the generic logic to assume all functions it handles come from prototypes. We might need to introduce some mechanism for "custom" iids anyway, since that could also be required for indexed property accessors. (Not saying this is necessarily the best approach, but it’s an example where knowing the scope could influence the decision.)