Bug 221915
Summary: | [ESNext] Use GetterSetter to store private accessors | ||
---|---|---|---|
Product: | WebKit | Reporter: | Caio Lima <ticaiolima> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Caio Lima
Current implementation of private accessors is using JSObect to store a getter/setter pair. However this is a very unoptimized version because we need to carry all the JSObject overhead just to store a pair of getter and setter.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/74608625>