WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2021-02-22 12:29:12 PST
<
rdar://problem/74608625
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug