1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-09 04:16:08 +00:00
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 jscript: Handle NULL return pointers in all constructors. 2022-04-14 23:45:29 +02:00
array.c jscript: Implement Array.prototype.lastIndexOf. 2022-05-03 20:25:25 +02:00
bool.c jscript: Handle NULL return pointers in all constructors. 2022-04-14 23:45:29 +02:00
cc_parser.y
compile.c
date.c jscript: Handle NULL return pointers in all constructors. 2022-04-14 23:45:29 +02:00
decode.c
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 jscript: Handle NULL return pointers in all constructors. 2022-04-14 23:45:29 +02:00
error.c jscript: Don't allow changing prototype on non-extensible objects. 2022-03-21 22:33:30 +01:00
function.c jscript: Don't allow construction on builtin methods. 2022-06-03 21:55:17 +02:00
global.c jscript: Make Object.prototype.__proto__ an actual accessor. 2022-03-21 22:33:24 +01:00
jscript_classes.idl
jscript_main.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
jsglobal_dispid.h
jsglobal.idl
json.c jscript: Store NULL disps as a different type of jsval_null. 2022-03-24 23:22:06 +01:00
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 jscript: Treat NULL disps as actual null values in html mode. 2022-04-12 22:13:05 +02:00
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 jscript: Handle non-JS objects in Object.getPrototypeOf. 2022-03-25 17:55:01 +01:00
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 jscript: Initialize hres in String constructor. 2022-04-15 20:55:55 +02:00
vbarray.c jscript: Handle NULL return pointers in all constructors. 2022-04-14 23:45:29 +02:00