Bug 269413

Summary: Silence static analyzer warning in generated isReachableFromOpaqueRoots() JS bindings functions
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: BindingsAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Chris Dumez
Reported 2024-02-14 16:05:51 PST
Silence static analyzer warning in generated isReachableFromOpaqueRoots() JS bindings functions. We don't actually need to protected `wrapped` in the JS bindings. Also, this function gets called off the main thread so it would likely hit threading assertions in RefCounted if we tried.
Attachments
Chris Dumez
Comment 1 2024-02-14 16:13:06 PST
EWS
Comment 2 2024-02-15 07:55:14 PST
Committed 274732@main (155045a81bee): <https://commits.webkit.org/274732@main> Reviewed commits have been landed. Closing PR #24463 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2024-02-15 07:56:13 PST
Note You need to log in before you can comment on or make changes to this bug.