Closed
Bug 830581
Opened 12 years ago
Closed 12 years ago
GC: Exactly root InlineMap
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 830839
People
(Reporter: terrence, Unassigned)
References
Details
These tests are failing in root analysis because InlineMap is not exactly rooted:
basic/testComparisons.js
v8-v5/check-earley-boyer.js
Reporter | ||
Comment 1•12 years ago
|
||
These are all JSAtom* and we will not have atoms in the nursery. The best solution here is the one from bug 830839, which Jon verifies as fixing these tests.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•