Paul Gofman : jscript: Implement 'let' declaration in 'for' statement.

Alexandre Julliard julliard at winehq.org
Mon Jun 21 16:14:56 CDT 2021


Module: wine
Branch: master
Commit: 5c756468656afc9207c0f51f774bbc29267e1469
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=5c756468656afc9207c0f51f774bbc29267e1469

Author: Paul Gofman <pgofman at codeweavers.com>
Date:   Mon Jun 21 20:48:20 2021 +0300

jscript: Implement 'let' declaration in 'for' statement.

Signed-off-by: Paul Gofman <pgofman at codeweavers.com>
Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/jscript/compile.c   | 84 ++++++++++++++++++++++++++++++++++++++++--------
 dlls/jscript/parser.h    |  1 +
 dlls/jscript/parser.y    | 34 +++++++++++++++++---
 dlls/mshtml/tests/es5.js | 12 +++++++
 4 files changed, 113 insertions(+), 18 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=5c756468656afc9207c0f51f774bbc29267e1469



More information about the wine-cvs mailing list