Open
Bug 1862484
Opened 2 years ago
Updated 2 years ago
Add ClassField::accessorGetterNode and accessorSetterNode to dumpFields implementation
Categories
(Core :: JavaScript Engine, enhancement, P2)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: dminor, Unassigned)
References
(Blocks 1 open bug)
Details
In Bug 1793961 we're adding two new fields to ClassField to hold the accessors that are automatically generated when using the accessor keyword that also have decorators. We need to add it to dumpFields as well.
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P2
You need to log in
before you can comment on or make changes to this bug.
Description
•