July 23, 2026
12:37 p.m.
Native Windows JScript accepts reserved keywords (continue, break, return, throw, etc.) as property names in member expressions and object literals regardless of script language version. Remove the ES5 version check that was incorrectly rejecting them in legacy mode. Pls tell me if anything else is required mainly tests on either c/js sides Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55447 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11462