Closed
Bug 1622260
Opened 5 years ago
Closed 5 years ago
Replace POOLED_COLLECTION_PTR_METHODS macro for PooledMapPtr/PooledVectorPtr
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
Details
Attachments
(1 file)
C++17 makes it somewhat nicer to replace the POOLED_COLLECTION_PTR_METHODS
with proper C++ code.
Assignee | ||
Comment 1•5 years ago
|
||
acquireCollection
and releaseCollection
act like an interface subclasses
need to implement for PooledCollectionPtr
.
Updated•5 years ago
|
Priority: -- → P1
Pushed by rmaries@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cd890c67838e
Replace POOLED_COLLECTION_PTR_METHODS macro with C++ code. r=mgaudet
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in
before you can comment on or make changes to this bug.
Description
•