2873b4d0
by Francis De Brabandere at 2026-03-19T18:31:08+01:00
vbscript: Support calling named item objects with arguments.
When a named item (REF_OBJ) is called with arguments, invoke its
default property (DISPID_VALUE) instead of returning E_NOTIMPL.
This is needed for patterns like PlayerScores(0).SetValue(1000)
where PlayerScores is a named IDispatch object with a default
indexed property.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53889