Closed
Bug 632612
Opened 15 years ago
Closed 15 years ago
Minor improvements to js_DumpObject
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jorendorff, Assigned: jorendorff)
Details
Attachments
(1 file)
5.31 KB,
patch
|
Waldo
:
review+
|
Details | Diff | Splinter Review |
List each slot value with the corresponding property, instead of putting properties and slots in two separate lists (in opposite order).
Show pointers to Shapes, getters, and setters.
This makes for long lines of output sometimes, but having all the information there seems awfully winning to me. I especially like being able to compare Shape pointers in dumpObject output with what the debugger is telling me.
Assignee | ||
Comment 1•15 years ago
|
||
Assignee: general → jorendorff
Attachment #510832 -
Flags: review?(bhackett1024)
Assignee | ||
Updated•15 years ago
|
Attachment #510832 -
Flags: review?(bhackett1024) → review?(jwalden+bmo)
Updated•15 years ago
|
Attachment #510832 -
Flags: review?(jwalden+bmo) → review+
Comment 2•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•