Open
Bug 1348000
Opened 8 years ago
Updated 2 years ago
Take scriptability of methods into account
Categories
(Core :: JavaScript: GC, enhancement, P3)
Core
JavaScript: GC
Tracking
()
NEW
People
(Reporter: sfink, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: triage-deferred)
Any scriptable IDL method can GC. Any non-scriptable IDL method can only GC if there exists a virtual method implementation of it that can GC. Requires scriptability to be communicated via an __attribute__.
Updated•7 years ago
|
Keywords: triage-deferred
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•