Open
Bug 1156562
Opened 5 years ago
Updated 5 years ago
Alias JS::UniquePtr<T> to mozilla::UniquePtr<T, JS::DeletePolicy<T>>
Categories
(Core :: JavaScript Engine, defect)
Not set
Tracking
()
NEW
People
(Reporter: fitzgen, Unassigned)
Details
And the malloc provider make_unique functions should return JS::UniquePtr. Note to self: Waldo says that this might require extra hoops to jump through for array types.
You need to log in
before you can comment on or make changes to this bug.
Description
•