mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
Trace Parser::emptyCallShape, bug 641103. r=gal
This commit is contained in:
parent
ff4297e5d0
commit
57f7b187fb
@ -351,6 +351,9 @@ Parser::trace(JSTracer *trc)
|
||||
objbox = objbox->traceLink;
|
||||
}
|
||||
|
||||
if (emptyCallShape)
|
||||
emptyCallShape->trace(trc);
|
||||
|
||||
for (JSTreeContext *tc = this->tc; tc; tc = tc->parent)
|
||||
tc->trace(trc);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user