jscript: Parse 'let' and 'const' variable declarations.
commitb3569629979e7fae612adc407ba37c292c7dffd1
authorPaul Gofman <pgofman@codeweavers.com>
Tue, 15 Jun 2021 15:07:34 +0000 (15 18:07 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 16 Jun 2021 21:23:49 +0000 (16 23:23 +0200)
tree3f5e2f833f70511147f25d536e9814e951a5cb52
parent6f57297c4acf52f3cf053b7155f592f402d33e38
jscript: Parse 'let' and 'const' variable declarations.

Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/jscript/compile.c
dlls/jscript/lex.c
dlls/jscript/parser.h
dlls/jscript/parser.y
dlls/jscript/tests/lang.js
dlls/mshtml/tests/es5.js