Module: wine Branch: master Commit: 8b836797e24a32bd398ab639c71cb8c59bcbfa82 URL: https://source.winehq.org/git/wine.git/?a=commit;h=8b836797e24a32bd398ab639c...
Author: Jacek Caban jacek@codeweavers.com Date: Fri Jan 31 17:23:33 2020 +0100
jscript: Directly return error code instead of using throw_type_error where possible.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/jscript/array.c | 4 ++-- dlls/jscript/bool.c | 6 +++--- dlls/jscript/dispex.c | 2 +- dlls/jscript/engine.c | 22 +++++++++++----------- dlls/jscript/enumerator.c | 8 ++++---- dlls/jscript/error.c | 2 +- dlls/jscript/function.c | 8 ++++---- dlls/jscript/jsregexp.c | 2 +- dlls/jscript/jsutils.c | 4 ++-- dlls/jscript/number.c | 14 +++++++------- dlls/jscript/object.c | 10 +++++----- dlls/jscript/vbarray.c | 14 +++++++------- 12 files changed, 48 insertions(+), 48 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=8b836797e24a32bd398ab...