Closed
Bug 1676403
Opened 5 years ago
Closed 5 years ago
Remove dead-code from js::BaseScript
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
84 Branch
Tracking | Status | |
---|---|---|
firefox84 | --- | fixed |
People
(Reporter: tcampbell, Assigned: tcampbell)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
As we've decoupled the parser/bce from BaseScript, more methods have become unused and can be removed. In particular, dead code that mutates BaseScript is nice to remove and gets us closer to marking more BaseScript fields const.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by tcampbell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4c621cc8bad9
Remove dead code from js::BaseScript. r=arai
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox84:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•