[Webkit-unassigned] [Bug 221767] Investigate creation and use of checked_objc_cast<>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 11 12:05:42 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=221767

--- Comment #1 from Darin Adler <darin at apple.com> ---
Because Objective-C has built in predictable behavior for nil, it’s probably a little less common to *need* the stricter checking than in CF code and checked_cf_cast, but I think I spotted a few cases where the runtime check and abort of the "checked" version would be better than what we have right now.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210211/8d6e21ef/attachment.htm>


More information about the webkit-unassigned mailing list