Closed
Bug 492906
Opened 16 years ago
Closed 13 years ago
Investigate bailing off trace if we catch a JSExtendedClass
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: mrbkap, Unassigned)
Details
So, we have this JSExtendedClass thing, that we promise to call for things like equality, but we don't current.
Brendan suggested bailing off trace if we see an object with a JSExtendedClass, but this would bail off trace for any DOM object (i.e. we wouldn't be able to touch the DOM at all from trace).
We should also look harder at the E4X censorship. Currently, it appears that we'll censor such objects while recording, but make no attempt to censor them actually on trace...
Comment 1•13 years ago
|
||
Obsolete with the removal of tracejit.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•