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:
parent
6843cecb53
commit
67fef476c7
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue