Files
Zachary D. Rowitsch 625171594c
Some checks failed
ci / fast (linux) (push) Failing after 14m54s
Add JavaScript strict mode ("use strict") support
Implement full strict mode directive prologue detection in parser and
runtime enforcement in the VM. Tracks escape sequences in string tokens
to correctly reject escaped directives. Enforces strict-mode reserved
words, duplicate parameter names, delete-of-identifier errors, and
undefined this binding for strict functions. Class bodies are implicitly
strict. Promotes 13 Test262 tests from known_fail to pass.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 00:16:23 -05:00
..