Module: wine Branch: master Commit: e73cf60a746ef7d79ff3feb2f201acce87849cfa URL: https://source.winehq.org/git/wine.git/?a=commit;h=e73cf60a746ef7d79ff3feb2f...
Author: Paul Gofman pgofman@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@codeweavers.com Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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=e73cf60a746ef7d79ff3f...