Fix HTML comments in dynamic Function() and for-in initializer evaluation by lahma · Pull Request #2358 · sebastienros/jint (original) (raw)
…tion
- Fix CreateDynamicFunction body/params wrapping to match spec (step 29/16): line feeds after params and around body text ensure HTML-like comments () are correctly handled
- Implement AnnexB B.3.6: evaluate for-in loop variable initializer before
enumeration (e.g.,
for (var a = ++effects in {})) - Remove 6 test262 exclusions (5 HTML comment + 1 for-in initializer)
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
lahma deleted the fix-exclusions branch
This was referenced
Mar 27, 2026
This was referenced
Jun 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})