RESOLVED FIXED309085
Web Inspector: JavaScriptRuntimeCompletionProvider doesn't handle null propertyNames from callFunctionOn
https://bugs.webkit.org/show_bug.cgi?id=309085
Summary Web Inspector: JavaScriptRuntimeCompletionProvider doesn't handle null proper...
Anuj Panta
Reported 2026-03-03 10:39:52 PST
receivedObjectPropertyNames calls Object.keys(propertyNames) without a null check, unlike receivedPropertyNamesFromEvaluate and receivedArrayPropertyNames which already guard against null
Attachments
Radar WebKit Bug Importer
Comment 1 2026-03-03 10:39:58 PST
Anuj Panta
Comment 2 2026-03-04 09:55:03 PST
EWS
Comment 3 2026-03-05 09:14:16 PST
Committed 308703@main (23fcca439970): <https://commits.webkit.org/308703@main> Reviewed commits have been landed. Closing PR #59899 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.