Files
Zachary D. Rowitsch 03397d2b05 Add Phase 2 JS-DOM bindings: HostEnvironment trait, DomHost, and integration tests
Bridge JS and DOM via a HostEnvironment trait (defined in js_vm, implemented in
web_api) so scripts can read/mutate document content through getElementById,
textContent, createElement, appendChild, and removeChild. Adds MemberAssign AST
node for property writes, HostObject JsValue variant for opaque host references,
and auto-recovery when the VM enters a failed state.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 12:52:46 -05:00
..