9 Sep
2008
9 Sep
'08
10:50 a.m.
Module: wine Branch: master Commit: ca2b797f6a7e5fa2f320fed0c4aaab70c0d44068 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ca2b797f6a7e5fa2f320fed0c4... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Tue Sep 9 01:22:54 2008 +0200 jscript: Added global object implementation. --- dlls/jscript/Makefile.in | 1 + dlls/jscript/engine.c | 7 +- dlls/jscript/global.c | 289 ++++++++++++++++++++++++++++++++++++++++++++++ dlls/jscript/jscript.c | 13 ++- dlls/jscript/jscript.h | 6 +- 5 files changed, 313 insertions(+), 3 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=ca2b797f6a7e5fa2f320fe...