[PATCH 7/9] jscript: Use jsdisp_define_property to set function prototypes.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/jscript/function.c | 12 ++++-------- dlls/mshtml/tests/es5.js | 4 ++++ 2 files changed, 8 insertions(+), 8 deletions(-)
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at https://testbot.winehq.org/JobDetails.pl?Key=38320 Your paranoid android. === wvistau64 (32 bit script) === script.c:644: Test failed: L"desc.enumerable = true expected false" === wvistau64_zh_CN (32 bit script) === script.c:644: Test failed: L"desc.enumerable = true expected false" === wvistau64_fr (32 bit script) === script.c:644: Test failed: L"desc.enumerable = true expected false" === wvistau64_he (32 bit script) === script.c:644: Test failed: L"desc.enumerable = true expected false" === wvistau64 (64 bit script) === script.c:644: Test failed: L"desc.enumerable = true expected false"
participants (2)
-
Jacek Caban -
Marvin