jscript: Always treat DISPATCH_METHOD | DISPATCH_PROPERTYGET as method call if arguments are supplied.
Fixes a regression introduced by a965a5c39fa6da97c3f8f0b5956c5dde3d075b8d
which broke the Adobe cloud installers.
Spotted by Filip Bakreski.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
mshtml/tests: Test calling function object method with return value and arg in legacy modes.
To validate the DISPATCH_PROPERTYGET | DISPATCH_METHOD from jscript works
as expected.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>