bug 583763 - conservative GC cleanup and better reporting of missing conservative roots. r=anygregor
This commit is contained in:
@@ -637,7 +637,7 @@ js_DumpAtoms(JSContext *cx, FILE *fp)
|
||||
JSAtomState *state = &cx->runtime->atomState;
|
||||
|
||||
fprintf(fp, "atoms table contents:\n");
|
||||
unsigned number;
|
||||
unsigned number = 0;
|
||||
for (AtomSet::Range r = state->atoms.all(); !r.empty(); r.popFront()) {
|
||||
AtomEntryType entry = r.front();
|
||||
fprintf(fp, "%3u ", number++);
|
||||
|
||||
Reference in New Issue
Block a user