Bug 219924 - JSCallbackObject::getOwnPropertySlot() should conditionally set ReadOnly attribute
Summary: JSCallbackObject::getOwnPropertySlot() should conditionally set ReadOnly attr...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Trivial
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-12-15 15:53 PST by Alexey Shvayka
Modified: 2020-12-22 11:22 PST (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Shvayka 2020-12-15 15:53:49 PST
We can borrow the `setProperty` lookup logic from JSCallbackObject::put().
Comment 1 Radar WebKit Bug Importer 2020-12-22 11:22:34 PST
<rdar://problem/72594130>