Module: wine Branch: master Commit: 7774a0a4c1628be2a499dd67293f39eba75e41b7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7774a0a4c1628be2a499dd6729...
Author: Jacek Caban jacek@codeweavers.com Date: Tue Dec 28 15:04:59 2010 +0100
jscript: Pass HRESULTs instead of IDSs to throw_* functions.
---
dlls/jscript/activex.c | 2 +- dlls/jscript/array.c | 10 ++-- dlls/jscript/bool.c | 6 +- dlls/jscript/date.c | 120 +++++++++++++++++++++++----------------------- dlls/jscript/engine.c | 18 ++++---- dlls/jscript/error.c | 42 +++++++++-------- dlls/jscript/function.c | 6 +- dlls/jscript/global.c | 2 +- dlls/jscript/jscript.h | 53 +++++++++++++++++---- dlls/jscript/jsutils.c | 2 +- dlls/jscript/lex.c | 2 +- dlls/jscript/number.c | 8 ++-- dlls/jscript/object.c | 2 +- dlls/jscript/parser.y | 4 +- dlls/jscript/regexp.c | 4 +- dlls/jscript/string.c | 2 +- dlls/jscript/vbarray.c | 22 ++++---- 17 files changed, 170 insertions(+), 135 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=7774a0a4c1628be2a499dd...