Open
Bug 1979965
Opened 8 months ago
Updated 6 months ago
Update PreserveWrapperCallback signature to reflect the present reality that it's infallible
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
ASSIGNED
People
(Reporter: alexical, Assigned: alexical)
References
(Blocks 1 open bug)
Details
Currently the callback signature has a bool return value suggesting it can fail, but in practice it cannot, so we should just clean that up.
Updated•7 months ago
|
Severity: -- → N/A
Priority: -- → P3
Updated•7 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•