Closed
Bug 1528844
Opened 6 years ago
Closed 6 years ago
[BinAST] Remove ParseNodeAllocator from BinASTParserBase
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(1 file)
We should move all those allocation into handler.
Assignee | ||
Comment 1•6 years ago
|
||
BinASTParserBase::allocParseNode was used only for creating
ParseNodeKind::ParamsBody node, and other nodes are created by FullParseHandler.
Added FullParseHandler::newParamsBody and removed ParseNode allocation
methods from BinASTParserBase.
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/58e77ffe2a65
Move ParseNode allocation from BinASTParserBase to FullParseHandler. r=Yoric
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in
before you can comment on or make changes to this bug.
Description
•