#1398·acorn

"Runtime Errors for Function Call Assignment Targets" Test262 tests fail

Author: CanadaHonkCreated Sep 15, 2025Updated May 26, 2026

Not completely sure but these new Test262 tests from https://github.com/tc39/test262/pull/4459 fail with SyntaxErrors:

annexB/language/expressions/assignmenttargettype/callexpression-as-for-in-lhs.js
annexB/language/expressions/assignmenttargettype/callexpression-as-for-of-lhs.js
annexB/language/expressions/assignmenttargettype/callexpression-in-postfix-update.js
annexB/language/expressions/assignmenttargettype/callexpression-in-compound-assignment.js
annexB/language/expressions/assignmenttargettype/cover-callexpression-and-asyncarrowhead.js
annexB/language/expressions/assignmenttargettype/callexpression.js
annexB/language/expressions/assignmenttargettype/callexpression-in-prefix-update.js

(no rush to fix, just to report)