[BinAST] Add a class shared between ParserBase and BinASTParserBase
Categories
(Core :: JavaScript Engine, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
(Blocks 1 open bug)
Details
Attachments
(14 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
ParserBase and BinASTParserBase have similar fields and methods.
we should move them into single place.
Assignee | ||
Comment 1•6 years ago
|
||
this might temporary add maybe-unnecessary hierarchy.
will clean up once other parts are also shared.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Depends on D20211
Assignee | ||
Comment 4•6 years ago
|
||
Depends on D20213
Assignee | ||
Comment 5•6 years ago
|
||
Depends on D20214
Assignee | ||
Comment 6•6 years ago
|
||
Depends on D20215
Assignee | ||
Comment 7•6 years ago
|
||
Depends on D20217
Assignee | ||
Comment 8•6 years ago
|
||
Depends on D20218
Assignee | ||
Comment 9•6 years ago
|
||
Depends on D20219
Assignee | ||
Comment 10•6 years ago
|
||
Depends on D20220
Assignee | ||
Comment 11•6 years ago
|
||
Depends on D20221
Assignee | ||
Comment 12•6 years ago
|
||
Depends on D20222
Assignee | ||
Comment 13•6 years ago
|
||
Depends on D20223
Assignee | ||
Comment 14•6 years ago
|
||
Depends on D20224
Assignee | ||
Comment 15•6 years ago
|
||
Depends on D20225
Assignee | ||
Comment 16•6 years ago
|
||
Parts 1-13 are just preparation to use the same field names.
Part 14 adds ParserSharedBase and moves common field/method there.
Comment 17•6 years ago
|
||
Comment 18•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4c9346b3f7e3
https://hg.mozilla.org/mozilla-central/rev/886ae31b4f01
https://hg.mozilla.org/mozilla-central/rev/404e9820bc40
https://hg.mozilla.org/mozilla-central/rev/3bcda710f6bd
https://hg.mozilla.org/mozilla-central/rev/1703de7ce9a0
https://hg.mozilla.org/mozilla-central/rev/bc91af3d40a4
https://hg.mozilla.org/mozilla-central/rev/c46a2d2f9b61
https://hg.mozilla.org/mozilla-central/rev/3dbd995ed01a
https://hg.mozilla.org/mozilla-central/rev/d5cfad78de33
https://hg.mozilla.org/mozilla-central/rev/7c2a4feaec2c
https://hg.mozilla.org/mozilla-central/rev/e6f7bf4fc43d
https://hg.mozilla.org/mozilla-central/rev/21b0cdf00414
https://hg.mozilla.org/mozilla-central/rev/f55920d58943
https://hg.mozilla.org/mozilla-central/rev/151271d3dfc2
Description
•