Module: wine Branch: master Commit: a35901137e3f9626f0d78472977466e8f9cdc2dd URL: https://source.winehq.org/git/wine.git/?a=commit;h=a35901137e3f9626f0d784729...
Author: Paul Gofman pgofman@codeweavers.com Date: Fri Jun 18 15:50:17 2021 +0300
jscript: Enumerate with and block scopes.
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 | 136 ++++++++++++++++++++++++++++++++++++++++--------- dlls/jscript/parser.h | 1 + dlls/jscript/parser.y | 1 + 3 files changed, 113 insertions(+), 25 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=a35901137e3f9626f0d78...