Module: wine Branch: master Commit: 6f5475dd26f4241ccab55fe11f377168d6e5afbe URL: http://source.winehq.org/git/wine.git/?a=commit;h=6f5475dd26f4241ccab55fe11f...
Author: Jacek Caban jacek@codeweavers.com Date: Tue Sep 18 19:01:49 2012 +0200
jscript: Store exception value in script_ctx_t instead of passing it everywhere.
---
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(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=6f5475dd26f4241ccab55f...