Closed
Bug 572258
Opened 15 years ago
Closed 15 years ago
tracing+fatvals: Assert loading Dromaeo JS tests
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: dmandelin, Assigned: dmandelin)
References
Details
We assert at nsDOMClassInfo.cpp:9122:
JS_ASSERT(false && "Relying on dirty private = int details");
This doesn't happen in a TM debug build, so I am assuming this is a can't-happen path and it is a bug in fatvals. Bad cx->resolveFlags is suspected.
Comment 1•15 years ago
|
||
Actually, I think it is safe to remove that assert: I added it when I first saw some gross jsval/private mucking and when I fixed the issue with the FlagsToPrivate/PrivateToFlags functions I just forgot to remove the assert.
Assignee | ||
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
•