RESOLVED FIXED 269413
Silence static analyzer warning in generated isReachableFromOpaqueRoots() JS bindings functions
https://bugs.webkit.org/show_bug.cgi?id=269413
Summary Silence static analyzer warning in generated isReachableFromOpaqueRoots() JS ...
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.