Closed
Bug 511720
Opened 16 years ago
Closed 7 years ago
Infallible JSRuntime::removeRoot
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: Waldo, Unassigned)
Details
JS_RemoveRoot(RT)? returns JSBool, but it can't actually fail if you check its internal calls. Adding this would allow engine-internal code to call it without implicitly ignoring a failure result.
| Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Comment 1•7 years ago
|
||
JSRuntime::removeRoot is no longer present, therefore closing as INCOMPLETE.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•