Sweden-Number/dlls/jscript
Zebediah Figura bf47aebdee jscript: Avoid crash when calling stringify() with no arguments.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-05-07 12:02:51 +02:00
..
tests jscript: Avoid crash when calling stringify() with no arguments. 2018-05-07 12:02:51 +02:00
Makefile.in
activex.c
array.c jscript: Added Array.prototype.indexOf implementation. 2018-03-02 10:54:32 +01:00
bool.c
cc_parser.y
compile.c jscript: Properly handle elisions in array literals. 2018-03-02 10:54:27 +01:00
date.c jscript: Added Date.prototype.toISOString implementation. 2018-04-11 20:14:45 +02:00
decode.c
dispex.c jscript: Rename PROPF_ENUM to PROPF_ENUMERABLE. 2018-05-03 16:20:42 +02:00
engine.c jscript: Added Array.prototype.indexOf implementation. 2018-03-02 10:54:32 +01:00
engine.h jscript: Properly handle elisions in array literals. 2018-03-02 10:54:27 +01:00
error.c
function.c jscript: Use new PROPF_WRITABLE flag instead of PROPF_CONST. 2018-05-03 16:20:40 +02:00
global.c
jscript.c jscript: Introduce Wine-specific extension allowing IE9+ JavaScript mode implementation. 2018-03-01 19:27:23 +01:00
jscript.h jscript: Rename PROPF_ENUM to PROPF_ENUMERABLE. 2018-05-03 16:20:42 +02:00
jscript.rc
jscript.rgs
jscript.spec
jscript_classes.idl
jscript_main.c
jsglobal.idl
jsglobal_dispid.h
json.c jscript: Avoid crash when calling stringify() with no arguments. 2018-05-07 12:02:51 +02:00
jsregexp.c
jsstr.c
jsstr.h
jsutils.c jscript: Properly support overloaded values in to_int32. 2018-04-11 20:14:41 +02:00
jsval.h
lex.c jscript: Properly parse large hexadecimal listerals. 2018-04-11 20:14:43 +02:00
math.c
number.c
object.c
parser.h
parser.y jscript: Allow using reserved words as identifiers in ES5 mode. 2018-04-04 22:04:27 +02:00
regexp.c
regexp.h
resource.h
string.c
vbarray.c