jscript: Support deletion for accessor, builtin and idx props.
commitc1861dc7d0426264280c180654b728b4a808dc3f
authorGabriel Ivăncescu <gabrielopcode@gmail.com>
Wed, 24 Nov 2021 14:10:33 +0000 (24 16:10 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 24 Nov 2021 17:48:35 +0000 (24 18:48 +0100)
tree283d88c8ce71fce8cecfe54416428e5cb02c6057
parent3f135a0611d4fbcffc62481ae4a3695efefb0f66
jscript: Support deletion for accessor, builtin and idx props.

IDX props are not configurable, thus they cannot be deleted, so it makes
no sense to special-case them anyway.

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/lang.js
dlls/mshtml/tests/es5.js