Signed-off-by: Jacek Caban jacek@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