wine/dlls/jscript
Gabriel Ivăncescu 5ddeae6ac1 jscript: Fix jsstr leak after changing variant type to BSTR.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-03-13 22:07:14 +01:00
..
tests jscript: Pass the correct ServiceProvider when invoking external prop. 2023-02-01 22:29:43 +01:00
activex.c
array.c jscript: Pass correct 'this' to callbacks called by builtins. 2022-11-23 17:59:47 +01:00
bool.c jscript: Use CRT allocation functions. 2022-11-21 22:10:43 +01:00
cc_parser.y
compile.c jscript: Use CRT allocation functions. 2022-11-21 22:10:43 +01:00
date.c jscript: Use CRT allocation functions. 2022-11-21 22:10:43 +01:00
decode.c
dispex.c jscript: Pass the correct ServiceProvider when invoking external prop. 2023-02-01 22:29:43 +01:00
engine.c jscript: Fix array ref leak when setting element. 2022-12-15 18:30:38 +01:00
engine.h jscript: Use a jsdisp to hold refs for scopes. 2022-12-08 20:32:10 +01:00
enumerator.c jscript: Implement a Garbage Collector to deal with circular references. 2022-12-08 20:32:10 +01:00
error.c jscript: Use CRT allocation functions. 2022-11-21 22:10:43 +01:00
function.c jscript: Create the source function's 'prototype' prop object on demand. 2022-12-08 20:32:10 +01:00
global.c jscript: Implement CollectGarbage(). 2022-12-08 20:32:10 +01:00
jscript.c jscript: Implement SID_GetCaller for QueryService. 2023-01-27 13:39:06 +01:00
jscript.h jscript: Pass the correct ServiceProvider when invoking external prop. 2023-02-01 22:29:43 +01: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 jscript: Pass a jsval as the 'this' to disp_call_value. 2022-11-23 17:59:47 +01:00
jsregexp.c jscript: Implement a Garbage Collector to deal with circular references. 2022-12-08 20:32:10 +01:00
jsstr.c jscript: Use CRT allocation functions. 2022-11-21 22:10:43 +01:00
jsstr.h jscript: Fix GCC 12.2 warning. 2022-09-19 20:10:36 +02:00
jsutils.c jscript: Fix jsstr leak after changing variant type to BSTR. 2023-03-13 22:07:14 +01:00
jsval.h
lex.c jscript: Use CRT allocation functions. 2022-11-21 22:10:43 +01:00
Makefile.in
math.c jscript: Use CRT allocation functions. 2022-11-21 22:10:43 +01:00
number.c jscript: Use CRT allocation functions. 2022-11-21 22:10:43 +01:00
object.c jscript: Use CRT allocation functions. 2022-11-21 22:10:43 +01:00
parser.h
parser.y jscript: Use CRT allocation functions. 2022-11-21 22:10:43 +01:00
regexp.c jscript: Use CRT allocation functions. 2022-11-21 22:10:43 +01:00
regexp.h jscript: Use CRT allocation functions. 2022-11-21 22:10:43 +01:00
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: Implement a Garbage Collector to deal with circular references. 2022-12-08 20:32:10 +01:00
string.c jscript: Pass a jsval as the 'this' to jsdisp_call_value. 2022-11-23 17:59:47 +01:00
vbarray.c jscript: Use CRT allocation functions. 2022-11-21 22:10:43 +01:00