NEW 221915
[ESNext] Use GetterSetter to store private accessors
https://bugs.webkit.org/show_bug.cgi?id=221915
Summary [ESNext] Use GetterSetter to store private accessors
Caio Lima
Reported 2021-02-15 12:28:59 PST
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
Radar WebKit Bug Importer
Comment 1 2021-02-22 12:29:12 PST
Note You need to log in before you can comment on or make changes to this bug.