Cleanup declarations in BytecodeCompilation.h and BytecodeCompiler.h
Categories
(Core :: JavaScript Engine, task, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox117 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
(Blocks 1 open bug)
Details
Attachments
(12 files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review |
Having both BytecodeCompilation.h and BytecodeCompiler.h is often confusing.
It's better removing BytecodeCompilation.h and moving some to BytecodeCompiler.h, or a new header with clearer name.
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
| Assignee | ||
Comment 2•2 years ago
|
||
Depends on D183136
| Assignee | ||
Comment 3•2 years ago
|
||
Depends on D183137
| Assignee | ||
Comment 4•2 years ago
|
||
Depends on D183138
| Assignee | ||
Comment 5•2 years ago
|
||
Depends on D183139
| Assignee | ||
Comment 6•2 years ago
|
||
Depends on D183140
| Assignee | ||
Comment 7•2 years ago
|
||
Depends on D183141
| Assignee | ||
Comment 8•2 years ago
|
||
Depends on D183142
| Assignee | ||
Comment 9•2 years ago
|
||
Depends on D183143
| Assignee | ||
Comment 10•2 years ago
|
||
Depends on D183144
| Assignee | ||
Comment 11•2 years ago
|
||
Depends on D183145
| Assignee | ||
Comment 12•2 years ago
|
||
Depends on D183146
Updated•2 years ago
|
Comment 13•2 years ago
|
||
Comment 14•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/411b1267d7cf
https://hg.mozilla.org/mozilla-central/rev/09980c60689e
https://hg.mozilla.org/mozilla-central/rev/185a0314ed2e
https://hg.mozilla.org/mozilla-central/rev/75705edef238
https://hg.mozilla.org/mozilla-central/rev/45d206bbb296
https://hg.mozilla.org/mozilla-central/rev/2975dcc9aab5
https://hg.mozilla.org/mozilla-central/rev/3d1472bc12d5
https://hg.mozilla.org/mozilla-central/rev/ff723d870997
https://hg.mozilla.org/mozilla-central/rev/64036170d5dc
https://hg.mozilla.org/mozilla-central/rev/0dd9eab997f7
https://hg.mozilla.org/mozilla-central/rev/9b888730769e
https://hg.mozilla.org/mozilla-central/rev/323e5b655b19
Description
•