Bug 1301301, part 3 - Implement Begin and EndCycleCollectionCallback in CCJSContext. r=smaug

This will let my later patch run code at the start and end of each CC.

This patch should not change any behavior.

MozReview-Commit-ID: Fu6v3wo8qKB
This commit is contained in:
Andrew McCreight
2016-09-26 10:19:07 -07:00
parent 94192c0ea5
commit c6500f50f1
4 changed files with 14 additions and 12 deletions

View File

@@ -1099,16 +1099,6 @@ public:
{
}
virtual void
BeginCycleCollectionCallback() override
{
}
virtual void
EndCycleCollectionCallback(CycleCollectorResults &aResults) override
{
}
void
DispatchDeferredDeletion(bool aContinuation, bool aPurge) override
{