Sweden-Number/dlls/jscript
Paul Gofman 5c75646865 jscript: Implement 'let' declaration in 'for' statement.
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-06-21 23:13:58 +02:00
..
tests jscript: Support block scope variables. 2021-06-18 16:49:41 +02:00
Makefile.in jscript: Add Set object stub implementation. 2021-04-22 10:20:24 +02:00
activex.c
array.c
bool.c
cc_parser.y
compile.c jscript: Implement 'let' declaration in 'for' statement. 2021-06-21 23:13:58 +02:00
date.c jscript: Support VT_DATE to string conversion. 2021-01-19 21:44:17 +01:00
decode.c
dispex.c jscript: Add Object.getOwnPropertyNames implementation. 2021-04-20 22:57:11 +02:00
engine.c jscript: Support nested scopes for functions defined inside. 2021-06-18 16:49:44 +02:00
engine.h jscript: Support nested scopes for functions defined inside. 2021-06-18 16:49:44 +02:00
enumerator.c
error.c jscript: Support non-extensible objects in jsdisp_define_property. 2021-04-01 18:34:06 +02:00
function.c jscript: Throw error when trying to add a property to non-extensible objects in jsdisp_propput_idx. 2021-04-02 21:13:27 +02:00
global.c jscript: Add Set object stub implementation. 2021-04-22 10:20:24 +02:00
jscript.c jscript: Add Map object stub implementation. 2021-04-27 18:19:53 +02:00
jscript.h jscript: Add Map.prototype.set implementation. 2021-04-27 18:55:24 +02:00
jscript.rc jscript: Add Map.prototype.set implementation. 2021-04-27 18:55:24 +02:00
jscript.rgs
jscript.spec
jscript_classes.idl
jscript_main.c winecrt0: Add a default implementation DllRegisterServer()/DllUnregisterServer(). 2021-04-30 22:59:50 +02:00
jsglobal.idl
jsglobal_dispid.h
json.c jscript: Support replacer argument in JSON.stringify. 2021-04-20 22:57:11 +02:00
jsregexp.c
jsstr.c
jsstr.h
jsutils.c jscript: Add VT_CY type support. 2021-01-22 20:34:57 +01:00
jsval.h jscript: Use quiet NaNs in jsval. 2021-04-05 23:00:00 +02:00
lex.c jscript: Parse 'let' and 'const' variable declarations. 2021-06-16 23:23:49 +02:00
math.c
number.c
object.c jscript: Add Map object stub implementation. 2021-04-27 18:19:53 +02:00
parser.h jscript: Implement 'let' declaration in 'for' statement. 2021-06-21 23:13:58 +02:00
parser.y jscript: Implement 'let' declaration in 'for' statement. 2021-06-21 23:13:58 +02:00
regexp.c
regexp.h
resource.h jscript: Add Map.prototype.set implementation. 2021-04-27 18:55:24 +02:00
set.c jscript: Add Map.prototype.forEach implementation. 2021-04-27 18:55:24 +02:00
string.c jscript: Add String.prototype.toLocaleUpperCase and toLocaleLowerCase implementation. 2021-03-15 20:37:10 +01:00
vbarray.c