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
- Math.sumPrecise: scaled Shewchuk exact summation with overflow boundary
detection and ascending-magnitude sort for 1-ULP precision
- Object.fromEntries: iterator protocol with symbol key support
- String.prototype.at: use __to_numeric for proper valueOf/Symbol coercion
- String.prototype.isWellFormed/toWellFormed: UTF-16 surrogate detection
- String.fromCodePoint: fix dispatch in call_method_builtin
- Promise.withResolvers / Promise.try: basic implementation
- Error.isError: check via internal [[ErrorData]] slot
- RegExp.escape: full spec with UTF-16 awareness
- Atomics.pause: integral Number validation with TypeError/RangeError
- Symbol.unscopables / Symbol.isConcatSpreadable: well-known symbols
- Array.prototype[@@unscopables]: null-prototype object with spec attributes
All 41 CI clusters green (40018 pass, 0 new failures).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments