https://bugs.winehq.org/show_bug.cgi?id=53867
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- This looks reasonable, I think, if arguments for such properties can only mean array indices. I suppose V_ISARRAY() check ensures that. Note that it's not a problem to reuse array_access(), no benefit in duplicating it. Execution context is not used in this helper, we can get rid of it there.