Bug 220211 - JSFunction::deleteProperty() fails to delete a non-existent "prototype" property
Summary: JSFunction::deleteProperty() fails to delete a non-existent "prototype" property
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Minor
Assignee: Alexey Shvayka
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-12-31 09:19 PST by Alexey Shvayka
Modified: 2020-12-31 19:39 PST (History)
8 users (show)

See Also:


Attachments
Patch (5.75 KB, patch)
2020-12-31 09:21 PST, Alexey Shvayka
ysuzuki: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Shvayka 2020-12-31 09:19:57 PST
JSFunction::deleteProperty() fails to delete a non-existent "prototype" property
Comment 1 Alexey Shvayka 2020-12-31 09:21:47 PST
Created attachment 416867 [details]
Patch
Comment 2 Yusuke Suzuki 2020-12-31 13:07:44 PST
Comment on attachment 416867 [details]
Patch

r=me
Comment 3 Alexey Shvayka 2020-12-31 19:38:44 PST
Committed r271117: <https://trac.webkit.org/changeset/271117>
Comment 4 Radar WebKit Bug Importer 2020-12-31 19:39:15 PST
<rdar://problem/72760671>