WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2024-02-14 16:13:06 PST
Pull request:
https://github.com/WebKit/WebKit/pull/24463
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
<
rdar://problem/123013108
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug