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:
@@ -1099,16 +1099,6 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
virtual void
|
||||
BeginCycleCollectionCallback() override
|
||||
{
|
||||
}
|
||||
|
||||
virtual void
|
||||
EndCycleCollectionCallback(CycleCollectorResults &aResults) override
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
DispatchDeferredDeletion(bool aContinuation, bool aPurge) override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user