[PATCH 1/3] jscript: Store exception value in script_ctx_t instead of passing it everywhere

Jacek Caban jacek at codeweavers.com
Tue Sep 18 12:01:49 CDT 2012


---
 dlls/jscript/activex.c  |    6 +-
 dlls/jscript/array.c    |  191 ++++++++++++++--------------
 dlls/jscript/bool.c     |   16 +--
 dlls/jscript/date.c     |  323
+++++++++++++++++++++++------------------------
 dlls/jscript/dispex.c   |  114 ++++++++---------
 dlls/jscript/engine.c   |  181 ++++++++++++++-------------
 dlls/jscript/engine.h   |    2 +-
 dlls/jscript/error.c    |   96 +++++++-------
 dlls/jscript/function.c |  108 ++++++++---------
 dlls/jscript/global.c   |  153 +++++++++++-----------
 dlls/jscript/jscript.c  |    8 +-
 dlls/jscript/jscript.h  |   78 ++++++------
 dlls/jscript/jsutils.c  |   50 ++++----
 dlls/jscript/math.c     |   78 ++++++------
 dlls/jscript/number.c   |   56 ++++----
 dlls/jscript/object.c   |   22 ++--
 dlls/jscript/regexp.c   |   71 +++++------
 dlls/jscript/string.c   |  198 ++++++++++++++---------------
 dlls/jscript/vbarray.c  |   44 ++++----
 19 files changed, 886 insertions(+), 909 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-jscript-Store-exception-value-in-script_ctx_t-instead.diff
Type: text/x-patch
Size: 248818 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20120918/0e78c76c/attachment-0001.bin>


More information about the wine-patches mailing list