[Webkit-unassigned] [Bug 273576] New: Add assert in JSObject::getOwnNonIndexPropertySlot
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 1 13:59:00 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=273576
Bug ID: 273576
Summary: Add assert in JSObject::getOwnNonIndexPropertySlot
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Keywords: InRadar
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: marcus_plutowski at apple.com
rdar://127365044
Currently `JSObject::getOwnNonIndexPropertySlot` checks to make sure the type of the cell matches, but does not make sure that the PropertyAttributes include Accessor; for debugging purposes it would be helpful to add a check for that inside the function so that the issue shows up right away rather than somewhere downstream.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240501/4bd71ba5/attachment.htm>
More information about the webkit-unassigned
mailing list