Alexandre Julliard pushed to branch master at wine / wine
Commits: e38dc304 by Gabriel Ivăncescu at 2024-08-22T23:12:06+02:00 jscript: Don't use call frame for indirect eval calls for storing variables.
They're global in scope.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
- - - - - f20019dc by Gabriel Ivăncescu at 2024-08-22T23:12:06+02:00 jscript: Restrict the allowed escape characters of JSON.parse in html mode.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
- - - - -
7 changed files:
- dlls/jscript/engine.c - dlls/jscript/json.c - dlls/jscript/lex.c - dlls/jscript/parser.h - dlls/jscript/tests/api.js - dlls/mshtml/tests/documentmode.js - dlls/mshtml/tests/es5.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ddf3b4d6d955babf4563147ece69d4...