3 Commits
Author SHA1 Message Date
bendtherules aa9c875006 feat: add startTrace/stopTrace to control mark capture
Implemented a capture flag in `Ask262Debug` to enable/disable marking.
- Added `_captureEnabled` property and related logic in `mark()`.
- Introduced `startTrace()` and `stopTrace()` methods to toggle capture.
- Updated verification script to start tracing, run tests, stop tracing, and assert that the `Array.prototype.every` section is captured and marked important.
2026-04-08 16:03:09 +05:30
bendtherules 72138aa965 feat(engine262): add verify-ask262 script and relocate verify‑ask262‑debug
- Moved `verify-ask262-debug.mts` from `scripts` to `lib-src/node`.
- Updated import to use `#self` alias.
- Added npm script `verify-ask262` to run the verification script.
- Adjusted `scripts/tsconfig.json` to include the new file location.
2026-04-08 14:25:59 +05:30
bendtherules b42a69d9f8 Merge commit '6e92d2345e8231a44556ce7d416451f5f3e6c398' as 'engine262' 2026-03-27 10:07:29 +05:30