[PATCH 2/6] jscript: Add Set object stub implementation.

Jacek Caban jacek at codeweavers.com
Wed Apr 21 18:47:35 CDT 2021


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
  dlls/jscript/Makefile.in          |   1 +
  dlls/jscript/global.c             |   5 +-
  dlls/jscript/jscript.c            |   5 ++
  dlls/jscript/jscript.h            |   5 +-
  dlls/jscript/object.c             |   1 +
  dlls/jscript/set.c                | 143 ++++++++++++++++++++++++++++++
  dlls/mshtml/tests/documentmode.js |  23 +++++
  7 files changed, 181 insertions(+), 2 deletions(-)
  create mode 100644 dlls/jscript/set.c


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-jscript-Add-Set-object-stub-implementation.txt
Type: text/x-patch
Size: 8428 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20210422/d8c63f76/attachment.bin>


More information about the wine-devel mailing list