Bug 309305

Summary: Add helper to check if an object has any of a set of types
Product: WebKit Reporter: Sam Weinig <sam>
Component: Web Template FrameworkAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari 18   
Hardware: Unspecified   
OS: Unspecified   

Sam Weinig
Reported 2026-03-05 14:43:00 PST
Adds isAnyOf<T1, T2, ...>(foo) as sugar for (is<T1> || is<T2> || ...).
Attachments
Sam Weinig
Comment 1 2026-03-05 14:45:44 PST
EWS
Comment 2 2026-03-06 09:11:45 PST
Committed 308801@main (0467fa650649): <https://commits.webkit.org/308801@main> Reviewed commits have been landed. Closing PR #60013 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2026-03-06 09:12:12 PST
Note You need to log in before you can comment on or make changes to this bug.