You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Complete C compile-link-runtime coverage for constructors, proxy/accessor throws, symbols, and enumeration.
Progress
5d7a98c exposes prototype get/set, inherited string-property queries, string deletion, and indexed writes through the interpreter's existing essential-internal-method funnels rather than bypassing Proxy/accessor/typed-array rules.
Real C/C++ hosts pass. The pinned system-JSC differential now matches 8/8 rows (a774d6de5acfc47c).
Matrix after 5d7a98c: 94/117 complete, 23 pending; 95 public functions and 9 zig-js extensions present.
89bf90a adds Symbol/string ToPropertyKey query, get, and delete with throwing conversion/Proxy propagation. C/C++ hosts pass; the system-JSC differential is 9/9 (7ba94cd7a5527301). Matrix: 97/117 complete, 20 pending; 98 public functions and 9 extensions present.
296ef71 completes the slice: intrinsic Date/Error/RegExp/dynamic-Function construction survives mutable global replacement; function names/source and syntax metadata are preserved; set-by-key performs exact-once ToPropertyKey with Symbol/numeric/throwing keys, attributes, and internal-method dispatch. Property-name snapshots landed with C API: implement JSClassRef definitions, callbacks, and property-name APIs #137. Audit: 110/117 complete, 7 pending, 110 public exports + 9 extensions. C/C++ hosts pass; system-JSC differential matches 31/31 rows (af4c21263b55fd7b).
Parents: #135, #134
Class/name-array dependency: #137
Complete the non-JSClass portions of JSObjectRef.h.
Acceptance:
ToPropertyKeyand exception propagation.Progress
5d7a98c exposes prototype get/set, inherited string-property queries, string deletion, and indexed writes through the interpreter's existing essential-internal-method funnels rather than bypassing Proxy/accessor/typed-array rules.
Real C/C++ hosts pass. The pinned system-JSC differential now matches 8/8 rows (
a774d6de5acfc47c).Matrix after 5d7a98c: 94/117 complete, 23 pending; 95 public functions and 9 zig-js extensions present.
89bf90a adds Symbol/string
ToPropertyKeyquery, get, and delete with throwing conversion/Proxy propagation. C/C++ hosts pass; the system-JSC differential is 9/9 (7ba94cd7a5527301). Matrix: 97/117 complete, 20 pending; 98 public functions and 9 extensions present.296ef71 completes the slice: intrinsic Date/Error/RegExp/dynamic-Function construction survives mutable global replacement; function names/source and syntax metadata are preserved; set-by-key performs exact-once ToPropertyKey with Symbol/numeric/throwing keys, attributes, and internal-method dispatch. Property-name snapshots landed with C API: implement JSClassRef definitions, callbacks, and property-name APIs #137. Audit: 110/117 complete, 7 pending, 110 public exports + 9 extensions. C/C++ hosts pass; system-JSC differential matches 31/31 rows (
af4c21263b55fd7b).