Closed
Bug 541266
Opened 16 years ago
Closed 9 years ago
js_DumpObject doesn't like slow arrays of odd length
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: Waldo, Unassigned)
Details
You end up hitting an assertion when trying to print out the private value, because the class indicates it has a private when the private slot is really used to store array length (and that value has its lowest bit set, triggering an assertion).
| Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Comment 1•9 years ago
|
||
Slow arrays were removed in https://hg.mozilla.org/mozilla-central/rev/f4671ccc4502.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•