[PATCH 10/10] jscript: Directly return error code instead of using throw_type_error where possible.
31 Jan
2020
31 Jan
'20
4:23 p.m.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- 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(-)
2232
Age (days ago)
2232
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban