Alexandre Julliard pushed to branch master at wine / wine
Commits: 58f1b9c3 by Gabriel Ivăncescu at 2024-10-10T23:14:41+02:00 jscript: Allow ES5 keywords as identifiers in variable declarations.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
- - - - - 346dc59b by Gabriel Ivăncescu at 2024-10-10T23:14:41+02:00 jscript: Allow ES5 keywords as identifiers in catch statements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
- - - - - 6a561c47 by Gabriel Ivăncescu at 2024-10-10T23:14:41+02:00 jscript: Allow ES5 keywords as identifiers in function expressions.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
- - - - - 1100bd7f by Gabriel Ivăncescu at 2024-10-10T23:14:41+02:00 jscript: Allow ES5 keywords as identifiers in function parameter lists.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
- - - - - 8d3319d0 by Gabriel Ivăncescu at 2024-10-10T23:14:41+02:00 jscript: Allow ES5 keywords as identifiers in labelled statements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
- - - - - 5569c805 by Gabriel Ivăncescu at 2024-10-10T23:14:41+02:00 jscript: Allow ES5 keywords as identifiers in expressions.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
- - - - -
2 changed files:
- dlls/jscript/parser.y - dlls/mshtml/tests/es5.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/30c7287e2a8e62b2244de9775cfed7...