Module: wine Branch: master Commit: 308c8468b4326d989fe4a064740143af140336a5 URL: https://source.winehq.org/git/wine.git/?a=commit;h=308c8468b4326d989fe4a0647... Author: Paul Gofman <pgofman(a)codeweavers.com> Date: Fri Jun 18 15:50:18 2021 +0300 jscript: Support block scope variables. Signed-off-by: Paul Gofman <pgofman(a)codeweavers.com> Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/jscript/compile.c | 104 ++++++++++++++++---------- dlls/jscript/engine.c | 182 ++++++++++++++++++++++++++++++++++++++------- dlls/jscript/engine.h | 6 +- dlls/jscript/tests/lang.js | 16 ++++ dlls/mshtml/tests/es5.js | 48 +++++++++++- 5 files changed, 285 insertions(+), 71 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=308c8468b4326d989fe4a...