Bug 221915

Summary: [ESNext] Use GetterSetter to store private accessors
Product: WebKit Reporter: Caio Lima <ticaiolima>
Component: JavaScriptCoreAssignee: 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
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.