Module: wine Branch: master Commit: cf751a6dd355acc629046c5cabf19d7099357565 URL: https://source.winehq.org/git/wine.git/?a=commit;h=cf751a6dd355acc629046c5ca...
Author: Paul Gofman pgofman@codeweavers.com Date: Mon Jun 21 20:48:17 2021 +0300
jscript: Don't list LexicalDeclaration in Statement.
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 | 8 ++--- dlls/jscript/parser.h | 16 +++++----- dlls/jscript/parser.y | 81 ++++++++++++++++++++---------------------------- dlls/mshtml/tests/es5.js | 12 +++++++ 4 files changed, 57 insertions(+), 60 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=cf751a6dd355acc629046...