Closed
Bug 742843
Opened 13 years ago
Closed 13 years ago
Some weakmap cleanups
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla14
People
(Reporter: billm, Assigned: billm)
Details
Attachments
(1 file)
5.88 KB,
patch
|
terrence
:
review+
|
Details | Diff | Splinter Review |
Currently the overloaded marking functions in jsgcmark.h are only used by IonMonkey. We might as well use them for weakmaps as well.
Attachment #612643 -
Flags: review?(terrence)
Comment 1•13 years ago
|
||
Comment on attachment 612643 [details] [diff] [review]
patch
Review of attachment 612643 [details] [diff] [review]:
-----------------------------------------------------------------
I guiltily considered doing exactly this when I made that cleanup. :-)
Attachment #612643 -
Flags: review?(terrence) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Target Milestone: --- → mozilla14
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•