Paul Gofman : jscript: Support nested scopes for functions defined inside.

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


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

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

jscript: Support nested scopes for functions defined inside.

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   | 39 +++++++++++++++++++++++++++++----
 dlls/jscript/engine.c    | 56 ++++++++++++++++++++++++++++++++++++++----------
 dlls/jscript/engine.h    |  2 ++
 dlls/jscript/parser.h    |  1 +
 dlls/jscript/parser.y    |  1 +
 dlls/mshtml/tests/es5.js | 49 ++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 133 insertions(+), 15 deletions(-)

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



More information about the wine-cvs mailing list