Closed
Bug 1575402
Opened 5 years ago
Closed 4 years ago
Implement a testing function for examining the string representation
Categories
(Core :: JavaScript: GC, enhancement, P3)
Core
JavaScript: GC
Tracking
()
RESOLVED
DUPLICATE
of bug 1568923
People
(Reporter: sfink, Assigned: sfink)
Details
Attachments
(1 obsolete file)
It would be much easier to test string deduplication if we had a way to look at the pointers (for the JSString* header itself, as well as the chars.) We have dumpStringRepresentation, but that goes straight to stderr.
Assignee | ||
Comment 1•5 years ago
|
||
Comment 2•5 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:sfink, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(sphink)
Assignee | ||
Comment 3•4 years ago
|
||
Landed as part of bug 1568923.
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Flags: needinfo?(sphink)
Resolution: --- → DUPLICATE
Updated•2 years ago
|
Attachment #9086849 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•