[Git][wine/wine][master] vbscript: Support chained call syntax like dict.Keys()(i).
Alexandre Julliard pushed to branch master at wine / wine Commits: 5f5473e1 by Francis De Brabandere at 2026-04-08T22:41:57+02:00 vbscript: Support chained call syntax like dict.Keys()(i). Treat '(' after tEMPTYBRACKETS as an argument list opener in the lexer, so that expressions like GetArr()(0) or dict.Keys()(i) parse correctly. Also dereference VT_BYREF|VT_VARIANT results in vcall so chained indexing on call results works at runtime. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58051 - - - - - 2 changed files: - dlls/vbscript/lex.c - dlls/vbscript/tests/lang.vbs View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/5f5473e1037a7285619bb32b41091f5... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/5f5473e1037a7285619bb32b41091f5... 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)