Open
Bug 1620446
Opened 5 years ago
Updated 3 years ago
Return UniquePtr-like thing from smoosh bindings, instead of raw struct that needs manual free
Categories
(Core :: JavaScript Engine, task, P2)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: arai, Unassigned)
References
Details
(Whiteboard: [smooshmonkey-reserve])
Currently we receive raw struct, and wrap it with AutoFreeSmooshResult in the caller,
but it's better avoid exposing the raw struct, so it's guarantee do be freed in any case.
Updated•5 years ago
|
Whiteboard: [reserve]
Updated•5 years ago
|
Whiteboard: [reserve] → [smooshmonkey-reserve]
Updated•5 years ago
|
Priority: P3 → P2
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•