Closed
Bug 1246812
Opened 9 years ago
Closed 6 years ago
Use anonymous names instead of erroring
Categories
(Core :: JavaScript: GC, defect)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
People
(Reporter: sfink, Assigned: sfink)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.56 KB,
patch
|
Details | Diff | Splinter Review |
Lambda functions can currently crash the plugin.
Assignee | ||
Comment 1•9 years ago
|
||
Assignee | ||
Comment 2•9 years ago
|
||
Oops. Comment 0 is incorrect. This patch is for cases where type names are not known, but gcc is willing to hand out a name for an anonymous type. So we'll use that for now.
Assignee | ||
Comment 3•6 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•