Sweden-Number/dlls/jscript
Jacek Caban e7d265f4b9 jscript: Raise the stack depth limit.
Previous limit was roughly similar to IE8. Later IE versions allow much
larger stacks.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-03-15 20:37:16 +01:00
..
tests jscript: Add String.prototype.toLocaleUpperCase and toLocaleLowerCase implementation. 2021-03-15 20:37:10 +01:00
Makefile.in
activex.c
array.c
bool.c
cc_parser.y
compile.c jscript: Print source location in backtraces. 2021-03-10 19:01:38 +01:00
date.c jscript: Support VT_DATE to string conversion. 2021-01-19 21:44:17 +01:00
decode.c jscript: Use wide-char string literals. 2020-12-03 20:18:39 +01:00
dispex.c jscript: Use default object prototype if it's null. 2021-03-11 22:58:26 +01:00
engine.c jscript: Raise the stack depth limit. 2021-03-15 20:37:16 +01:00
engine.h jscript: Print source location in backtraces. 2021-03-10 19:01:38 +01:00
enumerator.c
error.c
function.c jscript: Use wide-char string literals. 2020-12-03 20:18:39 +01:00
global.c jscript: Store the object prototype in the script context. 2021-03-11 22:58:26 +01:00
jscript.c jscript: Store the object prototype in the script context. 2021-03-11 22:58:26 +01:00
jscript.h jscript: Store the object prototype in the script context. 2021-03-11 22:58:26 +01:00
jscript.rc
jscript.rgs
jscript.spec
jscript_classes.idl
jscript_main.c
jsglobal.idl
jsglobal_dispid.h
json.c
jsregexp.c
jsstr.c
jsstr.h
jsutils.c jscript: Add VT_CY type support. 2021-01-22 20:34:57 +01:00
jsval.h
lex.c
math.c
number.c
object.c
parser.h
parser.y jscript: Silence parser_error warning. 2021-03-12 20:46:58 +01:00
regexp.c
regexp.h
resource.h
string.c jscript: Add String.prototype.toLocaleUpperCase and toLocaleLowerCase implementation. 2021-03-15 20:37:10 +01:00
vbarray.c