jscript: Fix GetIDsOfNames for more than one name.
commit678789c72f20ba9a85bfb78ad62be2634b5a8cac
authorGabriel Ivăncescu <gabrielopcode@gmail.com>
Wed, 4 Aug 2021 15:51:46 +0000 (4 18:51 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 4 Aug 2021 19:48:28 +0000 (4 21:48 +0200)
treed34921ff4ae3a0153d6b7e3171cee72b7289a47a
parentecf6a16b8e9e983f0bc55d1acfe40abfe157f33b
jscript: Fix GetIDsOfNames for more than one name.

Names after the first one are supposed to retrieve DISPIDs for parameters,
but it doesn't seem to be implemented on Windows.

Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/jscript/dispex.c
dlls/jscript/tests/jscript.c