Closed
Bug 761504
Opened 12 years ago
Closed 12 years ago
Remove FunctionBoxQueue
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: n.nethercote, Assigned: n.nethercote)
Details
(Whiteboard: [js:t])
Attachments
(1 file)
3.03 KB,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
FunctionBoxQueue is dead. This patch removes it.
Attachment #630073 -
Flags: review?(luke)
Assignee | ||
Updated•12 years ago
|
Whiteboard: [js:t]
Comment 1•12 years ago
|
||
Comment on attachment 630073 [details] [diff] [review]
patch
Hehe, oh yeah, I remember killing the use. Good times. That reminds me I need to kill the null closures and SemanticAnalysis.cpp.
Attachment #630073 -
Flags: review?(luke) → review+
Assignee | ||
Comment 2•12 years ago
|
||
> That reminds me I
> need to kill the null closures and SemanticAnalysis.cpp.
You might be able to take FunctionBox::level with them.
Assignee | ||
Comment 3•12 years ago
|
||
Target Milestone: --- → mozilla16
Comment 4•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•