Closed
Bug 1721562
Opened 4 years ago
Closed 4 years ago
Remove unimplemented GCVector methods from MutableWrappedPtrOperations for GCVector
Categories
(Core :: JavaScript: GC, task, P3)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
93 Branch
Tracking | Status | |
---|---|---|
firefox93 | --- | fixed |
People
(Reporter: anba, Assigned: jonco)
Details
Attachments
(1 file)
growByUninitialized
, infallibleGrowByUninitialized
, and resizeUninitialized
should be removed, because these methods aren't provided by GCVector
.
insert
should also either be removed or added to GCVector
.
Updated•4 years ago
|
Severity: -- → N/A
Priority: -- → P3
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → jcoppeard
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c67e1a3848b0
Remove unimplemented GCVector methods from MutableWrappedPtrOperations for GCVector r=sfink
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox93:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 93 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•