Bug 256172
Summary: | [JSC] definePropertyOnReceiver() doesn't account for put_by_val_with_this bytecode op | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexey Shvayka <ashvayka> |
Component: | JavaScriptCore | Assignee: | Alexey Shvayka <ashvayka> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=217916 |
Alexey Shvayka
Which causes e.g. properties to be put right on ProxyObject's structure.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/108750872>
Alexey Shvayka
Pull request: https://github.com/WebKit/WebKit/pull/13336
EWS
Committed 263559@main (39476b8c83f0): <https://commits.webkit.org/263559@main>
Reviewed commits have been landed. Closing PR #13336 and removing active labels.
Alexey Shvayka
Re-opening for pull request https://github.com/apple/WebKit/pull/601