wine/dlls/jscript
Jacek Caban 6010e6b8cb jscript: Correctly handle deleted entries in iterate_map.
Based on patch by Gabriel Ivăncescu.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
2022-06-07 19:37:11 +02:00
..
tests jscript/tests: Add test for releasing script context objects. 2022-06-07 19:37:11 +02:00
activex.c
array.c jscript: Implement Array.prototype.lastIndexOf. 2022-05-03 20:25:25 +02:00
bool.c
cc_parser.y
compile.c
date.c
decode.c jscript: Use wide-char string literals. 2020-12-03 20:18:39 +01:00
dispex.c jscript: Don't execute any functions if script state does not allow it. 2022-06-03 21:55:17 +02:00
engine.c jscript: Handle detached scope objects 'this' in all calls. 2022-05-16 22:10:15 +02:00
engine.h
enumerator.c
error.c
function.c jscript: Don't allow construction on builtin methods. 2022-06-03 21:55:17 +02:00
global.c
jscript.c jscript: Release all globals when the script is uninitialized. 2022-06-03 21:55:17 +02:00
jscript.h jscript: Release all globals when the script is uninitialized. 2022-06-03 21:55:17 +02:00
jscript.rc jscript: Return proper error in Number.toLocaleString with invalid 'this' in ES5 mode. 2022-05-03 20:24:18 +02:00
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: Forward actual error in to_primitive if it's not just missing prop. 2022-06-03 21:55:17 +02:00
jsval.h
lex.c
Makefile.in
math.c
number.c jscript: Return proper error in Number.toLocaleString with invalid 'this' in ES5 mode. 2022-05-03 20:24:18 +02:00
object.c
parser.h
parser.y
regexp.c
regexp.h
resource.h jscript: Return proper error in Number.toLocaleString with invalid 'this' in ES5 mode. 2022-05-03 20:24:18 +02:00
set.c jscript: Correctly handle deleted entries in iterate_map. 2022-06-07 19:37:11 +02:00
string.c
vbarray.c