wine/dlls/jscript
Gabriel Ivăncescu 833a4a24ee jscript: Fix error value when passing non-string 'this' to String's toString.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2025-08-21 22:28:36 +02:00
..
tests jscript: Fix error value when passing non-string 'this' to String's toString. 2025-08-21 22:28:36 +02:00
activex.c
array.c jscript: Fallback to Object's toString for Arrays when 'this' isn't an array in ES5 mode. 2025-08-21 22:28:36 +02:00
arraybuf.c
bool.c
cc_parser.y
compile.c
date.c
decode.c
dispex.c
engine.c
engine.h
enumerator.c
error.c jscript: Fix error value when passing non-string 'this' to String's toString. 2025-08-21 22:28:36 +02:00
function.c
global.c
jscript.c
jscript.h jscript: Fix error value when passing non-string 'this' to String's toString. 2025-08-21 22:28:36 +02:00
jscript.rc jscript: Fix error value when passing non-string 'this' to String's toString. 2025-08-21 22:28:36 +02:00
jscript.rgs
jscript.spec
jscript_classes.idl
jscript_main.c
jsdisp.idl
jsglobal.idl
jsglobal_dispid.h
json.c
jsregexp.c
jsstr.c
jsstr.h
jsutils.c
jsval.h
lex.c
Makefile.in
math.c
number.c
object.c jscript: Fallback to Object's toString for Arrays when 'this' isn't an array in ES5 mode. 2025-08-21 22:28:36 +02:00
parser.h
parser.y
regexp.c
regexp.h
resource.h jscript: Fix error value when passing non-string 'this' to String's toString. 2025-08-21 22:28:36 +02:00
set.c
string.c jscript: Fix error value when passing non-string 'this' to String's toString. 2025-08-21 22:28:36 +02:00
vbarray.c