jscript: Directly return error code instead of using throw_type_error where possible.
commit8b836797e24a32bd398ab639c71cb8c59bcbfa82
authorJacek Caban <jacek@codeweavers.com>
Fri, 31 Jan 2020 16:23:33 +0000 (31 17:23 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 2 Feb 2020 15:25:12 +0000 (2 16:25 +0100)
tree75d3741a8a19b3b5ff6529070672ec6ee61b0e88
parentb6e91906d3d5d8b3ed3581c3b7f79e139c21fdb2
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>
12 files changed:
dlls/jscript/array.c
dlls/jscript/bool.c
dlls/jscript/dispex.c
dlls/jscript/engine.c
dlls/jscript/enumerator.c
dlls/jscript/error.c
dlls/jscript/function.c
dlls/jscript/jsregexp.c
dlls/jscript/jsutils.c
dlls/jscript/number.c
dlls/jscript/object.c
dlls/jscript/vbarray.c