Bug 309085

Summary: Web Inspector: JavaScriptRuntimeCompletionProvider doesn't handle null propertyNames from callFunctionOn
Product: WebKit Reporter: Anuj Panta <a_panta>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   

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.