jscript: Throw error when trying to add a property to non-extensible objects in jsdis...
commit380ae426a4ad40595d4cee51dee7e4b0805de717
authorJacek Caban <jacek@codeweavers.com>
Fri, 2 Apr 2021 18:24:18 +0000 (2 20:24 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 2 Apr 2021 19:13:27 +0000 (2 21:13 +0200)
tree9eec27fc5b5e7725c69f4607fd2452f74cce12b9
parent5bc629a3e1ac1ee1231dd54f57906a32dcdaf241
jscript: Throw error when trying to add a property to non-extensible objects in jsdisp_propput_idx.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/jscript/dispex.c
dlls/jscript/function.c
dlls/jscript/jscript.h
dlls/mshtml/tests/es5.js