[Git][wine/wine][master] vbscript: Support assignment to chained array index expressions.
Alexandre Julliard pushed to branch master at wine / wine Commits: 450d45bb by Francis De Brabandere at 2026-05-07T15:32:25-04:00 vbscript: Support assignment to chained array index expressions. Handle expressions like x(0)(1) = 5 where the left side of an assignment is a call expression whose inner expression is also a call (not a direct member). The compiler now evaluates the inner expression as a read, then emits a new OP_assign_call opcode to assign to the resulting array element or default dispatch property. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53877 - - - - - 4 changed files: - dlls/vbscript/compile.c - dlls/vbscript/interp.c - dlls/vbscript/tests/lang.vbs - dlls/vbscript/vbscript.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/450d45bb691c6f68dff91f13db49a74... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/450d45bb691c6f68dff91f13db49a74... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)