Paul Gofman : jscript: Support block scope variables.

Alexandre Julliard julliard at winehq.org
Fri Jun 18 14:45:53 CDT 2021


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

Author: Paul Gofman <pgofman at codeweavers.com>
Date:   Fri Jun 18 15:50:18 2021 +0300

jscript: Support block scope variables.

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     | 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=308c8468b4326d989fe4a064740143af140336a5



More information about the wine-cvs mailing list