alii

JSC contributor

3 commits (4mo)
View all commits on GitHub ↗

Summary

Works exclusively in JSC, on runtime and builtin semantics rather than the JIT tiers — JSON.stringify's fast path diverging from the general path on non-enumerable `toJSON` and a swapped array prototype, promise job behavior when SpeciesConstructor throws, and an ICU word-break boundary off-by-one in Intl.Segmenter. The pattern is spec-conformance edge cases at the boundary between optimized fast paths and the observable-side-effect-safe slow paths, plus ICU interop, with nothing classified as a security or hardening fix. Systematic-variant candidate: the fast-path/slow-path divergence class this contributor keeps landing on — other JSC builtins that shortcut around user-observable prototype mutation or overridden own properties are the natural sweep.

Components

JSC
100%

Security Fix History

Hardening Commits

Recent Commits

← All Contributors