Closed
Bug 1587338
Opened 6 years ago
Closed 6 years ago
[BinAST] Consider removing `const BinASTKind kind` parameter
Categories
(Core :: JavaScript Engine, task, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(1 file)
Currently BinASTParser<Tok>::parseInterface*
receives const BinASTKind kind
, but it's almost unused (debug only)
given the code is auto-generated, we could remove it.
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → arai.unmht
Status: NEW → ASSIGNED
Updated•6 years ago
|
Priority: -- → P2
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/caf9ea85153f
Remove `const BinASTKind kind` parameter from non-sum parser methods. r=Yoric
![]() |
||
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•