Sweden-Number/dlls/jscript
Paul Gofman c6a75d4936 jscript: Also add function name to its detached scope in ES5 mode.
Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-08-09 22:39:45 +02:00
..
tests jscript: Fix GetIDsOfNames for more than one name. 2021-08-04 21:48:28 +02:00
Makefile.in
activex.c
array.c
bool.c
cc_parser.y
compile.c jscript: Store the head of statement list instead of the list structure. 2021-07-30 18:58:13 +02:00
date.c
decode.c
dispex.c jscript: Fix GetIDsOfNames for more than one name. 2021-08-04 21:48:28 +02:00
engine.c jscript: Also add function name to its detached scope in ES5 mode. 2021-08-09 22:39:45 +02:00
engine.h jscript: Support nested scopes for functions defined inside. 2021-06-18 16:49:44 +02:00
enumerator.c
error.c
function.c
global.c
jscript.c
jscript.h
jscript.rc
jscript.rgs
jscript.spec
jscript_classes.idl
jscript_main.c
jsglobal.idl
jsglobal_dispid.h
json.c jscript: Avoid use after free in JSON_parse(). 2021-08-06 19:58:02 +02:00
jsregexp.c
jsstr.c
jsstr.h
jsutils.c
jsval.h
lex.c jscript: Parse 'let' and 'const' variable declarations. 2021-06-16 23:23:49 +02:00
math.c
number.c
object.c jscript: Fix use after free in Object_defineProperty(). 2021-08-05 20:43:27 +02:00
parser.h jscript: Store the head of statement list instead of the list structure. 2021-07-30 18:58:13 +02:00
parser.y jscript: Store the head of statement list instead of the list structure. 2021-07-30 18:58:13 +02:00
regexp.c
regexp.h
resource.h
set.c
string.c
vbarray.c