Module: wine Branch: master Commit: 5c756468656afc9207c0f51f774bbc29267e1469 URL: https://source.winehq.org/git/wine.git/?a=commit;h=5c756468656afc9207c0f51f7...
Author: Paul Gofman pgofman@codeweavers.com Date: Mon Jun 21 20:48:20 2021 +0300
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
---
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=5c756468656afc9207c0f...