Closed
Bug 1732923
Opened 3 years ago
Closed 3 years ago
Remove options parameter from JS::EncodeStencil
Categories
(Core :: JavaScript Engine, task, P5)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
95 Branch
Tracking | Status | |
---|---|---|
firefox95 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
JS::EncodeStencil receives const JS::ReadOnlyCompileOptions& options
but doesn't use it.
for bug 1720619 and related bugs, we should remove the parameter.
Assignee | ||
Comment 1•3 years ago
|
||
Depends on D120201
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D128342
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/4ac758a5e4c3
Part 1: Remove options parameter from JS::EncodeStencil. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/485f2dbca657
Part 2: Remove options parameter from XDRIncrementalStencilEncoder::setInitial. r=tcampbell
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4ac758a5e4c3
https://hg.mozilla.org/mozilla-central/rev/485f2dbca657
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox95:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 95 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•