jscript: Handle PROP_IDX in jsdisp_get_own_property.

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>
This commit is contained in:
Gabriel Ivăncescu 2022-04-11 18:58:50 +03:00 committed by Alexandre Julliard
parent 6843cecb53
commit 67fef476c7
1 changed files with 1 additions and 0 deletions

View File

@ -2546,6 +2546,7 @@ HRESULT jsdisp_get_own_property(jsdisp_t *obj, const WCHAR *name, BOOL flags_onl
switch(prop->type) {
case PROP_BUILTIN:
case PROP_JSVAL:
case PROP_IDX:
desc->mask |= PROPF_WRITABLE;
desc->explicit_value = TRUE;
if(!flags_only) {