mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 21:31:46 +00:00
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.